in reply to importing HTML code into perl
A better solution would be to use something like HTML::Mason (see also masonhq.com) or Template (template-toolkit.org) to turn your HTML into templates rather than turning them into perl code. Also try a search for `template' or `templating' and that should turn up lots of useful information.
|
|---|