Help for this page
my @match; while (<>)) { ... } else { die("No match\n"); }
my $match; while (<>)) { ... } else { die("No match\n"); }