Help for this page

Select Code to Download


  1. or download this
    use Framework;
    use CGI;
    ...
    
    $coll->run(new CGI);
    print $coll->output;
    
  2. or download this
    #! perl -w
    package Framework;
    ...
    
    =cut