Help for this page
my $x = \*FH; print "plain glob ref: <$x>\n"; ... open ($x, "<","somefile") or warn "error\n"; print "open FH ref: <$x>\n"; # prints: open FH ref: <GLOB(0x1d6c660)>
my $x = \*FH; x $x ... 0 GLOB(0x1d6c408) -> *main::FH FileHandle({*main::FH}) => fileno(6)