Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
        }
    }
    
  2. or download this
            my $templateFile = "site/main";
            my $tpl = new template;
            my $returnedtpl = $tpl->parse($templateFile,"print");
    
  3. or download this
    Some ****
    <b><%include variable="var1"%></b>
    ...
    <br>
    <%include menu="menu1"%>
    <br>
    
  4. or download this
    package template;
    use DBI;
    ...
    
    }
    1;