Help for this page

Select Code to Download


  1. or download this
    $q = CGI->new(\&hook [,$sess_ref [,$use_tempfile]]);
    
  2. or download this
    $q CGI->new(\&hook);
    
  3. or download this
    $q = CGI->new(\&hook, $sess_ref);
    
  4. or download this
    $q = CGI->new(\&hook, $sess_ref, $use_tempfile);