Help for this page

Select Code to Download


  1. or download this
    package Test::More::Log4perl;
    use Log::Log4perl qw(:easy);
    ...
    package main;
    use Test::More tests => 1;
    ok(1);
    
  2. or download this
    2008/01/29 15:32:51 foo.pl 8> 1..1
     
    2008/01/29 15:32:51 foo.pl 8> ok 1