Help for this page

Select Code to Download


  1. or download this
    package Foo::Webtest;
    
    ...
          }
       }
    }
    
  2. or download this
    my $webtest = Foo::Webtest->new;
    $webtest->get($page_to_test);
    # and then use the code in my root post