Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    Convert::Addressbook::Mozilla2Blackberry 0.0.1

    Download button

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

    License / Price:

    Last Updated:

    Category:
    John Constable | More programs
    GPL / FREE
    August 8th, 2006, 06:05 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    Convert::Addressbook::Mozilla2Blackberry description

    Convert::Addressbook::Mozilla2Blackberry is a Perl extension for converting a CSV comma delimited addressbook from Mozilla.

    Convert::Addressbook::Mozilla2Blackberry is a Perl extension for converting a CSV comma delimited addressbook from Mozilla to Blackbery csv import format.

    SYNOPSIS

    use Mozilla::Mork;
    use Convert::Addressbook::Mozilla2Blackberry;

    #get the file from the command line or quit with an error
    $file = $ARGV[0];
    unless ($file) { die "Useage: $0 n"; }

    #access the address book and setup the memory structure
    my $MorkDetails = Mozilla::Mork->new($file);

    #get a reference to an array of hash's
    my $results = $MorkDetails->ReturnReferenceStructure();
    #create an instance of the converter code
    my $converter = Convert::Addressbook::Mozilla2Blackberry->new();
    #print the Blackberry File headers
    $converter->PrintBlackberryHeaders();

    #process those results
    # for each line in the database
    # each line in the database corresponds to an address book record
    # pass this reference to the StreamConvert routine which will
    # convert and print it

    for my $record_array ( @{$results} )
    {
    $converter->StreamConvert($record_array);
    }

    This is a module that builds on the Mozilla::Mork module to translate the Mozilla address book to a CSV format suitable for importing into a Blackberry via the Desktop Manager (i.e. even the CSv fields are in the correct order).

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    Perl module | Convert Addressbook | Addressbook Mozilla2Blackberry | Convert::Addressbook | Convert | Addressbook

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

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