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