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