in reply to Re: Regex Or Die!in thread Regex Or Die!
if ( ! /^(foo|bar)/ ) { die "What the heck?!\n"; } my $useful_code; ... [download]