RE: CGI.pm *with* a templating system?

2004-01-23 Thread Silent Zed
> Is it possible to use CGI.pm in conjunction with a templating system? I think somebody may have already posted this module, but it seems it was overlooked. Take some time out, and look at this: http://html-template.sourceforge.net/ <--(Highly Recommended) Regards, Keith Szlamp if ( (2*$b) || (!

RE: CGI.pm *with* a templating system?

2004-01-21 Thread Kenneth W. Craft MCP
-Original Message- From: Dan Anderson [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 21, 2004 2:30 PM To: Andrew Gaffney Cc: R. Bryant; [EMAIL PROTECTED] Subject: Re: CGI.pm *with* a templating system? On Wed, 2004-01-21 at 01:45, Andrew Gaffney wrote: > Dan Anderson wrote: >

Re: CGI.pm *with* a templating system?

2004-01-21 Thread Dan Anderson
On Wed, 2004-01-21 at 01:45, Andrew Gaffney wrote: > Dan Anderson wrote: > > On Tue, 2004-01-13 at 16:05, R. Bryant wrote: > > > >>Hi List, > >> > >>Is it possible to use CGI.pm in conjunction with a templating system? > > > > > > Whenever you send out anything from your CGI object you'll do som

Re: CGI.pm *with* a templating system?

2004-01-20 Thread Andrew Gaffney
Dan Anderson wrote: On Tue, 2004-01-13 at 16:05, R. Bryant wrote: Hi List, Is it possible to use CGI.pm in conjunction with a templating system? Whenever you send out anything from your CGI object you'll do something like this, correct? my $cgi = CGI->new; print $cgi->header; Well you're *print

Re: CGI.pm *with* a templating system?

2004-01-20 Thread Dan Anderson
On Tue, 2004-01-13 at 16:05, R. Bryant wrote: > Hi List, > > Is it possible to use CGI.pm in conjunction with a templating system? Whenever you send out anything from your CGI object you'll do something like this, correct? my $cgi = CGI->new; print $cgi->header; Well you're *printing* anything

Re: CGI.pm *with* a templating system?

2004-01-13 Thread Wiggins d Anconia
> Hi List, > > Is it possible to use CGI.pm in conjunction with a templating system? > > For example, I'd like to send the header from CGI.pm, but use a > templating system for the bulk of the page. And which templating system > do users here recommend. I've heard of Template::Toolkit and > HTML:

Re: CGI.pm *with* a templating system?

2004-01-13 Thread Barbara Lindsey
I am using HTML::Template with CGI and ,I started out sort of mixing and matching what seems to work best. My goal was to separate the process from the presentation. It seems to turn out that I am using the CGI mainly for retrieving web parameters and using the templates for presentation. It

CGI.pm *with* a templating system?

2004-01-13 Thread R. Bryant
Hi List, Is it possible to use CGI.pm in conjunction with a templating system? For example, I'd like to send the header from CGI.pm, but use a templating system for the bulk of the page. And which templating system do users here recommend. I've heard of Template::Toolkit and HTML::Template, but I