in reply to substituting strings in HTML with text files
Since you're here, I'll offer you a more Perl-ish solution: take a look at some of the templating packages for Perl, particularily HTML::Template and Template Toolkit. both of these can include external files in an HTML file.
|
|---|