Help for this page
while (<>) { unless (/^(foo|bar)/) { ... .... .... }
if ( $_ !~ /^(foo|bar)/ ) { die "What the heck?!\n"; }