Help for this page
Select Code to Download
Select
or
download this
if ($temp2 =~ m/^([a-zA-Z]+)$/) { $naam = $1; } else { die "Wrong input"; }