Help for this page

Select Code to Download


  1. or download this
    s/\[([^]]+)\]/<TMPL_VAR NAME=$1>/g;
    
  2. or download this
    my $t=HTML::Template->new(filename=>'file.html');
    $t->param(var=>'AgentM\'s Print-o-Matic');
    $CGIquery->print $t->output;