on Sun, Sep 16, 2001 at 11:48:22PM -0400, Kirrily Robert wrote:
> 
> I'd recommend against Constants as a top-level name, but you knew that
> anyway.
> 

Any suggestions on where it should live ?

<snip>
> 
> Are you suggesting that it would actually assign the variables using
> "use constant"?  If you're not talking about that sort of constant, I'd
> advise against using "constant" in the name.  
> 

yes it does the same thing as use constant, though it doesn't 'use
constant' passe - it has it own code ( based on constant ) to import
into the scripts namespace.


> >HTML::QPTE.pm 
> 
> What does QPTE stand for?

Quick Perl Templating Engine. pronounced 'kupetee'.  

> 
> Looks like a useful tool and a good approach.  My only concern would be
> with the proliferation of yet-another-templating-module.
> 

yes I agree. The advantage of my one is its very simple and intended
only for cgi scripts. ItsUseful as a quick solution for somebody that
wants to turn an html page into a cgi - something that seems to happen
alot where I work.

  --mallum

Reply via email to