Help for this page

Select Code to Download


  1. or download this
    bin/
    conf/
    lib/ABC::Parser.pm
    lib/ABC::Parser2.pm
    lib/ABC::Parser3.pm
    
  2. or download this
    [log4perl]
    log4perl.logger= INFO, Logfile, ERROR, DEBUG, Screen
    ...
    log4perl.logger.ABC::Parser = INFO
    log4perl.logger.ABC::Parser1 = INFO
    log4perl.logger.ABC::Parser2 = INFO
    
  3. or download this
    package ABC::Parser;
    
    ...
    }
    1;
    
  4. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        return $log;
    }
    __END__
    
  5. or download this
    
    -bash-3.00$ ./test_parser.pl 
    ...
    2009/07/26 06:13:29 INFO> done parsing
    2009/07/26 06:13:29 WARN> error
    2009/07/26 06:13:29 INFO> Created output file
    
  6. or download this
    2009/07/26 06:13:29 INFO> Starting ./parse_xheader.pl
    2009/07/26 06:13:29 INFO> Starting ./parse_xheader.pl
    ...
    2009/07/26 06:13:29 INFO> Created output file
    2009/07/26 06:13:29 INFO> Created output file
    2009/07/26 06:13:29 INFO> Created output file