in reply to CGI script cannot create file.
My suspicion is
The great thing about computers is you don't have to suspect most of the time, you can know,
open ... or die Fudge("open($file)"); sub Fudge { use Errno(); join qq/\n/, "Error @_", map { " $_" } int( $! ) . q/ / . $!, int( $^E ) . q/ / . $^E, grep( { $!{$_} } keys %! ), q/ /; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: CGI script cannot create file.
by Anonymous Monk on Dec 18, 2012 at 10:22 UTC | |
by Utilitarian (Vicar) on Dec 18, 2012 at 10:34 UTC | |
by Anonymous Monk on Dec 18, 2012 at 11:17 UTC |