Help for this page
my $file = <STDIN>; chomp($file); $file ||= "somelist";
my $file = <STDIN>; chomp($file); $file = "somelist" if not length $file;