or download this
if ($key eq 'groups') {
if ($param->{$key} =~ m/[^0-9\,\-\|]/) { # check for illegal charac
+ters in group-definition
print "\n>>> Illegal characters in groups-definition '".$param->
+{$key}."'! Only 0-9 and , and - and | are allowed!\n";
...
}
last CASE;
}