Help for this page

Select Code to Download


  1. or download this
     
     $q = CGI->new(\&hook [,$data [,$use_tempfile]]);
    
    ...
            my ($filename, $buffer, $bytes_read, $data) = @_;
            print  "Read $bytes_read bytes of $filename\n";         
     }
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    
    =cut