in reply to Re: Possible? String Search, Replace & Execute Code
in thread Possible? String Search, Replace & Execute Code
Thanks for your reply.
Q: Is there a way to use the variable '$template_file' instead of filename => 'test.tmpl' in the statement below since the file content has been retrieved already? I'm using existing code and it would be a bit more entailed to try to fit that statement 'as is' to that code.
my $template = HTML::Template->new(filename => 'test.tmpl')Note: That statement is from CPAN's HTML::Template page.
Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Possible? String Search, Replace & Execute Code
by cdarke (Prior) on Jul 09, 2010 at 07:04 UTC | |
|
Re^3: Possible? String Search, Replace & Execute Code
by Anonymous Monk on Jul 09, 2010 at 07:00 UTC | |
by newbie00 (Beadle) on Jul 09, 2010 at 08:23 UTC | |
by newbie00 (Beadle) on Jul 17, 2010 at 09:03 UTC |