if (index($args, '*') != -1) { die "No * are allowed.\n" } #### $args =~ s/\*//g;