in reply to Re: perl calls die() as a method
in thread perl calls die() as a method

Here, 5.6.1's Deparse shows AA::BB::CORE::GLOBAL::die->new and 5.8.7's shows die('AA::BB'->new).  And it's accurate; 5.6.1 runs die first and 5.8.7 runs new first.

So the answer to your question would be "upgrade Perl".  :-)

Replies are listed 'Best First'.
Re^3: perl calls die() as a method
by Joost (Canon) on Aug 18, 2005 at 16:02 UTC