Mail::Addressbook::Convert::Juno 1.1 review

Download
by rbytes.net on

License: Perl Artistic License
File size: 29K
Developer: Joe Davidson
0 stars award from rbytes.net

Mail::Addressbook::Convert::Juno can convert from Juno addressbooks.

SYNOPSIS

use strict;
use Mail::Addressbook::Convert::Juno;
my $Juno = new Mail::Addressbook::Convert::Juno();
my $JunoInFile ="junoSample.nv"; # name of the file containing the Juno data # it is found in the Spry folder
# Convert Juno to Standard Intermediate format
# see documentation for details on format.
my $raIntermediate = $Juno->scan($JunoInFile.nv);
# This will also work
#my @JunoInArray = @arrayContainingTheJunoData;
#my $raIntermediate = $Juno->scan(@JunoInArray);
print join "", @$raIntermediate;

Requirements:
Perl, version 5.001 or higher
Carp

Mail::Addressbook::Convert::Juno 1.1 search tags