Help for this page

Select Code to Download


  1. or download this
    
    # App.pm
    ...
    }
    
    1;
    
  2. or download this
    # Foo.pm
    package Foo;
    use parent 'LWP::UserAgent';
    1;
    
  3. or download this
    # test_v1.pm
    
    ...
    
    # Add more packages ad libidum
    1;
    
  4. or download this
    # errorcode.t
    
    ...
    is($app->check,"Monks are offline");
    
    done_testing;