Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • BackTrack 5 R2
  • Wine 1.4 / 1.5.5
  • Mozilla Firefox 12...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.4 LTS
  • Linux Kernel 3.4
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.4
  • Home > Linux > Programming > Libraries

    Mail::Addressbook::Convert::Pine 1.1

    Download button

    No screenshots available
    Downloads: 311  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Joe Davidson | More programs
    GPL / FREE
    August 3rd, 2006, 02:05 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    Mail::Addressbook::Convert::Pine description

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

    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

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    formatted addressbooks | Perl module | Pine addressbook | Mail::Addressbook::C | Pine | formatted



    HTML code for linking to this page:


    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM