Help for this page

Select Code to Download


  1. or download this
    my $error = $cgi->error();
    if ($error) {
        die $error;
    }
    
  2. or download this
    my $file = $cgi->param('upload');
    my $content_type = $cgi->uploadInfo($file)->{'Content-Type'};