Because it is somehting like
eval{ do something; warn " warning message"} or die "dying message";
Neither warning message nor dying message was logged.
Thanks
Ron
________________________________
From: [EMAIL PROTECTED] on behalf of Perrin Harkins
Sent: Fri 12/7/2007 4:57 PM
To: Ronald Dai.
Cc: [email protected]
Subject: Re: mp1 internal_redirect question
I think you've responded to the wrong thread here...
On Dec 7, 2007 4:49 PM, Ronald Dai. <[EMAIL PROTECTED]> wrote:
> For a
> eval{} or die "" block if the message of die was not logged, I guess the
> process got aborted within the eval block....
That's a pretty big guess. How do you know it didn't complete the
eval block? How do you know it died?
- Perrin