Mailing List Archive

-w causes coredump in 5.001n
This gives no problem (nor output, actually):


perl5n -e 'undef $fh; print <$fh>'


but this one dumps core




hm......

haven't tried tperl5n -we 'undef $fh; print <$fh>'
this on 5.002beta; it's not installed yet.

--tom
Re: -w causes coredump in 5.001n [ In reply to ]
: This gives no problem (nor output, actually):
:
:
: perl5n -e 'undef $fh; print <$fh>'
:
:
: but this one dumps core
:
:
:
:
: hm......
:
: haven't tried tperl5n -we 'undef $fh; print <$fh>'
: this on 5.002beta; it's not installed yet.

Seems to be fixed in 5.002b1.

By the way, you missed by about 4 lines. Screwy terminal, I presume.

Larry