Hello,
Consider:
perl -e 'eval { die "Error message:\nVerbose error message:" }; print $@;'
Error message:
Verbose error message: at -e line 1.
^^^^^^^^^^^^^Is there an easy way to get rid of the marked part? Thanks Peter -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
