Help for this page

Select Code to Download


  1. or download this
    package Template::Secure;
    
    ...
        return $ret;
    }
    
  2. or download this
    # a bit hacky way to redefine subs without modifying sources; this
    # code can be put directly into Template::Secure module
    ...
        };
    
    }
    
  3. or download this
    #!/usr/bin/perl -T
    
    ...
    </body>
    </html>
    
  4. or download this
    #!/usr/bin/perl -T
    
    ...
    Hello, [% HTML.escape(name) %]!
    </body>
    </html>