Help for this page

Select Code to Download


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