unlink $file or die Fudge("unlink q($file)"); sub Fudge { use Errno(); join qq/\n/, "Error @_", map { " $_" } int( $! ) . q/ / . $!, int( $^E ) . q/ / . $^E, grep( { $!{$_} } keys %! ), q/ /; }
In reply to Re: Unlink works in windows, not in Linux?
by Anonymous Monk
in thread Unlink works in windows, not in Linux?
by jagexCoder
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |