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 > Perl Modules

    Data::PABX::ParseLex 1.04

    Download button

    No screenshots available
    Downloads: 287  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Ron Savage | More programs
    Perl Artistic License / FREE
    November 11th, 2008, 12:19 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Data::PABX::ParseLex description

    Parse the output of the iSDC PABX's 'lex a e' command

    Data::PABX::ParseLex is a Perl module to parse the output of the iSDC PABX's 'lex a e' command.

    SYNOPSIS

     #!/usr/bin/perl

     use strict;
     use warnings;

     use Data::Dumper;
     use Data::PABX::ParseLex;

     # -----------------------------------------------

     sub process
     {
     my($parser, $input_file_name) = @_;
     my($hash) = $parser -> parse($input_file_name);

     print Data::Dumper -> Dump([$hash], ['PABX']);

     } # End of process.

     # -----------------------------------------------

     $Data::Dumper::Indent = 1;
     my($parser) = Data::PABX::ParseLex -> new();

     process($parser, 'pabx-a.txt');
     process($parser, 'pabx-b.txt');


    See examples/test-parse.pl for this test program, and the same directory for 2 test data files. The output is in examples/test-parse.log.


    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    iSDC PABX | lex parser | Perl module | lex | parser | Perl



    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