Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    use CGI::Carp qw(fatalsToBrowser);
    ...
    require "upload.pl";
    
    return 1;
    
  2. or download this
    #!/usr/bin/perl
    
    use strict;
    ...
    # Need this line so that the file may be 
    # gotten with require();
    return 1;