RE: Best Token Char For Template

2003-10-11 Thread Jonathan E. Hogue
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'

Re: Best Token Char For Template

2003-10-10 Thread Wiggins d'Anconia
[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