Use a module... My favorite is HTML::Template, but there are plenty.
See http://search.cpan.org/~samtregar/HTML-Template-2.6/Template.pm
First Name:
Last Name:
#!/usr/bin/perl -w
use HTML::Template;
# open the html template
my $template = HTML::Template->new(filename => 'mytemplate.tmpl'
[EMAIL PROTECTED] wrote:
1 - What is the best char to use in a file template?
Also, please give me a good regex?
A character *guaranteed* (which is a very strong word) not to exist in
the template, but that's in an ideal world...
I will have a formatted html page with some keys that I want to