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