Help for this page

Select Code to Download


  1. or download this
    <html>
    <head>
    ...
    </table>
    </body>
    </html>
    
  2. or download this
    open(TEMPLATE, "<template.html") || die $!;
    my @xtemplate;
    ...
    push (@template, $xtemplate =~ /\*{4}title\*{4}(.*?)\*{4}headings\*{4}
    +/s);
    push (@template, $xtemplate =~ /\*{4}headings\*{4}(.*?)/s);