in reply to Handling errors on perl
eval { push @tbl, [ @$_ ] for $table->rows } or warn " ERRORE $hname $chin ";
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
FootballPerl is like chess, only without the dice
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Handling errors on perl
by limner (Novice) on Aug 19, 2018 at 16:28 UTC | |
by LanX (Saint) on Aug 19, 2018 at 16:44 UTC |