Gossamer Forum
Home : General : Perl Programming :

HTML::Template

Quote Reply
HTML::Template
Hi All:

I like using HTML::Template but I have some problems with it.
It works fine but I cannot template pages that are not in the same folder.

For example :- my $template = HTML::Template->new(filename => 'Thanks.htm'); works fine.

However, I would like to do something like this :

my $template = HTML::Template->new(filename => 'http://www.bigboss.com/Thanks.htm');

Is there some other method to doing this.

Thanks
Subject Author Views Date
Thread HTML::Template TheSafePick 6230 Oct 28, 2004, 8:06 PM
Thread Re: [TheSafePick] HTML::Template
dan 6046 Oct 28, 2004, 8:42 PM
Thread Re: [dan] HTML::Template
TheSafePick 6040 Oct 29, 2004, 6:48 AM
Post Re: [TheSafePick] HTML::Template
dan 6030 Oct 29, 2004, 10:15 AM
Post Re: [TheSafePick] HTML::Template
Chaz 6029 Oct 29, 2004, 10:37 AM
Post Re: [TheSafePick] HTML::Template
TheSafePick 6008 Oct 31, 2004, 4:36 AM