Help for this page
my $fh = new FileHandle("< $file"); if (! $fh) { ... $fh->seek(0, 0); }
$line = <$fh>;