Help for this page

Select Code to Download


  1. or download this
    use UrsusTemplate::tmpl;
    
    ...
        $out .= "<i>some HTML</i>";
        return $out;
    }
    
  2. or download this
    sub run {
        my $tmpl_path = shift;
    ...
        print run(@_);
        print $site_tail;
    }