Help for this page

Select Code to Download


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