Help for this page

Select Code to Download


  1. or download this
    
    use TestModule;
    ...
    my $testmodule = TestModule->new(
            "key" => "value",
    );
    
  2. or download this
    package TestModule;
    use Log::Log4perl qw(:easy);
    ...
    }
    
    1;