http://qs1969.pair.com?node_id=21641

ybiC has asked for the wisdom of the Perl Monks concerning the following question:

In this post, btrott explains why the particular code should use or die"message$!"; instead of || die"message$!";.

I used || die in all my early scripts because that's what I learned from "Learning Perl" examples. Before I go back and change them all, in what code would || die be appropriate?

I know "Learning Perl" can't be wrong - mdillon said so here. grin