Help for this page
open my $fh, '<', 'an_unlikely_file' or print "Not opened\n"; if ($fh) { print "But $fh evaluates to true\n" }
Not opened But GLOB(0x183f070) evaluates to true