Help for this page

Select Code to Download


  1. or download this
    package CGITempFile;
    
    ...
      }
      $TMPDIRECTORY  = $MAC ? "" : "." unless $TMPDIRECTORY;
    }
    
  2. or download this
    #!/usr/bin/perl -w
    # ^-- change as needed
    use strict;
    use CGI qw(header);
    print CGI::header('text/plain'),CGITempFile->find_tempdir();
    
  3. or download this
    #!/usr/bin/perl -T
    # ^-- change as needed
    ...
    }
    
    use CGI ...
    
  4. or download this
    order deny,allow
    deny from all