Help for this page
Select Code to Download
Select
or
download this
sub template_to_regexp { my($template) = @_; ... } return qr{$regexp}; }