Help for this page
Select Code to Download
Select
or
download this
if (! /^(foo|bar)/) { die "in pain"; }
Select
or
download this
die "whatever" unless /^(foo|bar)/;