in reply to File::Copy move $! is "no such file" even on success
$! isn't guarenteed to be reset after a successful call. I suspect you're seeing an error message from a previous call.
Update: Ignore the above. I didn't read the code closely enough.
----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer
Note: All code is untested, unless otherwise stated
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: File::Copy move $! is "no such file" even on success
by Abigail-II (Bishop) on Sep 12, 2003 at 15:08 UTC |