On Sun, 10 Dec 2006, Grant wrote:
[ ... ]
you need to find out why die_page is  being called.

Do you have any advice on the best way to do that?

You could start by using caller():
   my ($package, $filename, $line) = caller;
within the sub, in order to see where it's being
called from.

--
best regards,
Randy Kobes

Reply via email to