in reply to Re^2: multiple files to multiple files
in thread multiple files to multiple files
Checking for the status of the open sys calls is the most urgent thing to do.
"autodie to the rescue!" ;-)
Just add use autodie qw( open close ); to the script. It will replace the core open and close functions with wrappers that automatically check for errors.
Alexander
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: multiple files to multiple files
by Laurent_R (Canon) on Oct 18, 2015 at 09:49 UTC |