Help for this page

Select Code to Download


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