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". :-)
In reply to Re^2: perl calls die() as a method
by chibiryuu
in thread perl calls die() as a method
by kappa
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |