rootcho has asked for the wisdom of the Perl Monks concerning the following question:
The problem is that I want to capture the error message and handle it according to my logic.my $io = io 'file.txt';
because the IO::All handles this internally.eval { my = io 'file.txt' }; if $@ ..
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: handling Carp errors ?
by bobf (Monsignor) on Nov 03, 2006 at 18:31 UTC |