At 02:33 PM 5/2/02 -0600, Jim Cromie wrote:
>eval {} or carp "$@ blah";
>
>it seems to work, and it reads nicer (to my eye) than
>
>eval {}; if ($@) {}

% perl -le 'eval { print "No exceptions here"; 0 } or warn "$@ blah"'
No exceptions here
  blah at -e line 1.


--
Peter Scott
Pacific Systems Design Technologies

Reply via email to