Help for this page

Select Code to Download


  1. or download this
    my $error = undef;
    my $directory = "./tmp/";
    ...
        $error = 'Could not create file';
      }
    close($filename);
    
  2. or download this
    my $filename = $q->param("filename");
    &uploadFile("$filename");
    
  3. or download this
    &uploadFile($filename);