Help for this page

Select Code to Download


  1. or download this
    if ($temp2 =~ m/^([a-zA-Z]+)$/) { $naam = $1; }
    else { die "Wrong input"; }