Help for this page
Select Code to Download
Select
or
download this
if (index($args, '*') != -1) { die "No * are allowed.\n" }
Select
or
download this
$args =~ s/\*//g;