On Tue Jul 15 23:51:58 2003, schwern wrote:
>
> The second case, do EXPR failing to load a file not clearing $@, has
> not been fixed. It feels like a bug and not merely a bad analogy.
Here's the second case as a one-liner:
#####
perl -e 'eval { die "should not see this\n" };do "no such file";warn
"$@" if $@;'
should not see this
#####
Is there anyone who could take this older ticket on?
Thank you very much.
Jim Keenan
---
via perlbug: queue: perl5 status: open
https://rt.perl.org:443/rt3/Ticket/Display.html?id=4350
Thread Next