Help for this page

Select Code to Download


  1. or download this
    [% PROCESS template var=val var=val ... %]
    [% INCLUDE template var=val var=val ... %]
    
  2. or download this
    my $re = qr{
       \[%-?        # start tag
    ...
       .*?          # any parameters you're not interested in
       -?%\]        # end tag
    }xs;