in reply to Re: 'or' vs '', '&&' vs 'and'
in thread 'or' vs '', '&&' vs 'and'

I much prefer the 'unless' version of this as for me (who needs new glasses) I can sometimes miss the ! so I prefer.
unless(open( FH, "<$file") ) { # Error code, logging, bits, bobs (etc etc) die "Cannot open $file :$!\n"; }

As a matter of personal taste I think this is more natural (to me).. unless this do this ;P