Help for this page

Select Code to Download


  1. or download this
    return if $fileName !~ /[\w]+\.(?:cgi|p[lm])$/;
    
  2. or download this
    return unless /^\w+\.(?:cgi|p[lm])$/;