Help for this page
my $text; if (@ARGV) { ... local $/; $text = <STDIN>; }
my $text; { local $/; $text = <>; }