Help for this page

Select Code to Download


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