- or download this
bin/
conf/
lib/ABC::Parser.pm
lib/ABC::Parser2.pm
lib/ABC::Parser3.pm
- 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
- or download this
package ABC::Parser;
...
}
1;
- or download this
#!/usr/bin/perl -w
use strict;
...
return $log;
}
__END__
- 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
- 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