Help for this page

Select Code to Download


  1. or download this
    sub template_to_regexp {
      my($template) = @_;
    ...
      }
      return qr{$regexp};
    }