Help for this page

Select Code to Download


  1. or download this
    BEGIN {
    sub test{
    ...
    sub {
      return [ 200, [ "Content-Type" => "text/html" ], [ test() ] ];
    };
    
  2. or download this
    package Mypackage;
    
    ::test();