Help for this page

Select Code to Download


  1. or download this
    .:
    Local  index.pl
    
    ./Local:
    MyPlugin.pm
    
  2. or download this
    #! /usr/bin/perl
    
    ...
    <h1>[% msg | make_red %]</h1>
    </body>
    </html>
    
  3. or download this
    package Local::MyPlugin;
    use base qw(Template::Plugin);
    ...
    
    
    1;