in reply to Re: 'or' vs '', '&&' vs 'and'in thread 'or' vs '', '&&' vs 'and'
unless(open( FH, "<$file") ) { # Error code, logging, bits, bobs (etc etc) die "Cannot open $file :$!\n"; } [download]