Main > Programming > Libraries >

Mail::Addressbook::Convert::Pine 1.1

Mail::Addressbook::Convert::Pine 1.1

Sponsored Links

Mail::Addressbook::Convert::Pine 1.1 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.030 MB
Platform: Any Platform
License: GPL (GNU General Public License)
Price:
Downloads: 1179
Date added: 2006-08-02
Publisher: Joe Davidson

Mail::Addressbook::Convert::Pine 1.1 description

Mail::Addressbook::Convert::Pine is a Perl module that convert to and from Pine formatted addressbooks.

SYNOPSIS

use strict;
use Mail::Addressbook::Convert::Pine;
my $pine = new Mail::Addressbook::Convert::Pine();
my $PineInFile ="pineSample.txt"; # name of the file containing the Ldif data
# Convert Pine to Standard Intermediate format
# see documentation for details on format.
my $raIntermediate = $pine->scan($PineInFile);
# This will also work
#my @PineInArray = @arrayContainingThePineData;
#my $raIntermediate = $pine->scan(@PineInArray);
# Convert back to Pine
my $raPineOut = $pine->output($raIntermediate);
print join "", @$raIntermediate;
print "nnnn";
print join "", @$raPineOut;
REQUIRES ^
Perl, version 5.001 or higher
Carp

This module is meant to be used as part of the Mail::Addressbook::Convert distribution.
It can convert a Pine addressbook to a Standard Intermediate format(STF) and a STF to Pine As part of the larger distribution, it will allow conversion between Pine and many other formats.

To use to convert between Pine and Eudora as an example, you would do the following

use Mail::Addressbook::Convert::Pine;
use Mail::Addressbook::Convert::Eudora;
my $Pine = new Mail::Addressbook::Convert::Pine();
my $Eudora = new Mail::Addressbook::Convert::Eudora();
my $PineInFile ="pineSample.txt"; # name of the file containing the Pine data
my $raIntermediate = $Pine->scan($PineInFile);
my $raEudora = $Eudora->output($raIntermediate); # reference to an array containing a Eudora addressbook

Mail::Addressbook::Convert::Pine 1.1 Screenshot

Advertisements

Mail::Addressbook::Convert::Pine 1.1 Keywords

Bookmark Mail::Addressbook::Convert::Pine 1.1

Hyperlink code:
Link for forum:

Mail::Addressbook::Convert::Pine 1.1 Copyright

WareSeeker periodically updates pricing and software information of Mail::Addressbook::Convert::Pine 1.1 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Mail::Addressbook::Convert::Pine 1.1 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Mail::Addressbook::Convert is a Perl module that can convert to and from many e-mail addressbooks. Free Download
Mail::Addressbook::Convert::Spry is a Perl module from Spry Mail Addressbook. Free Download
Mail::Addressbook::Convert::Ldif is a Perl module that can convert to and from Ldif formatted addressbooks. Free Download
Mail::Addressbook::Convert::Juno can convert from Juno addressbooks. Free Download
Mail::Addressbook::Convert::Utilities is a Perl module for addressbook conversion. Free Download
Mail::Addressbook::Convert::Tsv is a Perl module that can convert to and from Tsv ( Tab Separated )formatted addressbooks. Free Download
Mail::Addressbook::Convert::Mailrc is a Perl module from Unix Mailrc Addressbook. Free Download
Mail::Addressbook::Convert::Eudora is a Perl module that can convert to and from Eudora addressbooks. Free Download