Mail::Addressbook::Convert::Mailrc 1.1 review

Download
by rbytes.net on

License: GPL (GNU General Public License)
File size: 29K
Developer: Joe Davidson
0 stars award from rbytes.net

Mail::Addressbook::Convert::Mailrc is a Perl module from Unix Mailrc Addressbook.

SYNOPSIS

use strict;

use Mail::Addressbook::Convert::Mailrc;

my $Mailrc = new Mail::Addressbook::Convert::Mailrc();

my $MailrcInFile ="mailrc"; # name of the file containing the Spry data # it is found in the Spry folder

# Convert Mailrc to Standard Intermediate format

# see documentation for details on format.

my $raIntermediate = $Mailrc->scan($MailrcInFile);

# This will also work

#my @MailrcInArray = @arrayContainingTheMailrcData;

#my $raIntermediate = $Mailrc->scan(@MailrcInArray);

print join "", @$raIntermediate;

Requirements:
Perl

Mail::Addressbook::Convert::Mailrc 1.1 search tags