in reply to Re: Most useless function.
in thread Most useless function.

What was the actual Perl code triggering the core dump?

Replies are listed 'Best First'.
Re^3: Most useless function.
by Steve_p (Priest) on Feb 20, 2006 at 14:36 UTC
    Actually, I was a bit wrong. It was actually a fairly useless use of not.
    perl -e 'not() || 1' perl -e 'die unless not()'