Help for this page

Select Code to Download


  1. or download this
        sub execute
        {
              return unless $regex;
              # ...and then do the rest
        }
    
  2. or download this
        sub execute
        {
    ...
                    nex if $host !~ /$compiled/;
              }
        }