Thank you for downloading Mail::Addressbook::Convert::Eudora 1.1.
Please choose a download mirror from the list below to start your free download:
| Download Mirror 1 |
Mail::Addressbook::Convert::Eudora 1.1 description
SYNOPSIS
use strict;
use Eudora;
my $Eudora = new Eudora();
my $EudoraInFile ="eudoraSample.txt"; # name of the file containing the Eudora data
# Convert Eudora to Standard Intermediate format
# see documentation for details on format.
my $raIntermediate = $Eudora->scan($EudoraInFile);
# This will also work
#my @EudoraInArray = @arrayContainingTheEudoraData;
#my $raIntermediate = $Eudora->scan(@EudoraInArray);
# Convert back to Eudora
my $raEudorafOut = $Eudora->output($raIntermediate);
print join "", @$raIntermediate;
print "nnnn";
print join "", @$raEudorafOut ;
Mail::Addressbook::Convert::Eudora 1.1 Free Download Copyright
New Software in Libraries
Text::MetaMarkup::HTML is a MM-to-HTML converter.
Text::Ngrams is a flexible Ngram analysis (for characters, words, and more).
bibteXML provides an XML equivalent of BibTeX.
Text::PromptBalanced aid in creating CLI prompts that keep track of balanced text.
Text::Refer can parse Unix "refer" files.
GluCat is a generic library of universal Clifford algebra templates.
License: LGPL (GNU Lesser General Public License)
Filesize: 1.4 MB
Date added: 2007-08-22
Text::Reform is a Perl module for manual text wrapping and reformatting.
Text::Scraper contains structured data from (un)structured text.
DutchPIPE is software that enables multi user, object oriented, persistent state web sites.
Text::Template::Inline allows easy formatting of hierarchical data.