No, that defines the override of the default behavior of the die()
command (see perldoc -f die).  The "|| do { blah };" turns into "or
die 'message';"  You put all of the "blah" code in the override.

***********************************************************************************************************
***********************************************************************************************************

ok I read the perldoc and this seems to be the ideal way, but when any

Derek, please properly quote your replies when replying inline (google "replying inline") so its easy to tell who said what, in this case no one knows what you mean by the two long line of stars, and it appears lile you said both things, perhaps using explatives in between.

Make it easier for people to understand your posts, like so:

> No that defineds ...
> command (see ...
> die 'message ...

ok I read ...

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to