Help for this page

Select Code to Download


  1. or download this
    # Main Code
    my ($i_val, $a_regex);
    # ...set $a_regex to some useful value (or not)
    ...
        ...
      }
    }
    
  2. or download this
    sub execute {
      my ($i, $regex) = @_;
      return unless $regex;
    ...
        ...
      }
    }