Help for this page

Select Code to Download


  1. or download this
     $q = CGI->new();
     $q->upload_hook(\&hook,$data);
    ...
            my ($filename, $buffer, $bytes_read, $data) = @_;
            print  "Read $bytes_read bytes of $filename\n";         
     }
    
  2. or download this
      CGI::upload_hook(\&hook,$data);