Help for this page

Select Code to Download


  1. or download this
    open (OUTFILE,">>/usr/local/web/users/feedback");
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
      my $fh = $query->param('upload_file');
      print WRITE while (<$fh>);
    close (WRITE) || die "Couldn't upload $file: $!\n";