Help for this page
use strict; use warnings; ... open (my $in, shift) && return scalar <$in>; # no close() required }