Help for this page
open(FH, "filename.txt") || die "$!"; # OR open(FH, "filename.txt") or die "$!";
$a = $b || $c;