> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On
> Behalf Of Brian McCain
> Sent: Wednesday, August 14, 2002 2:59 PM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: [htmltmpl] Nesting Templates
>
> Why not just stick the block of HTML, tmpl_va
Why not just stick the block of HTML, tmpl_vars and all, into another
template, and then anywhere you have that block, replace it with
?
Brian McCain
PageMasters Internet Group
- Original Message -
From: "David Veatch" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 1
Greetings all,
Sending again, b/c it was sent accidentally from the wrong address...
I'm brand new to HTML::Template. I just found it last week, and am so
far very impressed. I was somewhat daunted by the idea of building my
own tag-replacement scheme, for reasons of both difficulty and (mainly
Hey Sam - why don't you sign up as an Amazon affiliate or something so
we can at least pass a buck or two along to you with our purchase?
looking forward to the book
- jody biggs
--- Sam Tregar <[EMAIL PROTECTED]> wrote:
> Hello all. My first book, Writing Perl Modules for CPAN, was just
> rel
Hello all. My first book, Writing Perl Modules for CPAN, was just
released. This book was motivated largely by my experiences writing
HTML::Template and running this mailing-list. I've had a great time
writing modules for CPAN and I hope I can help others join the fun.
If you're interested in
Sometime on Aug 13, Fran Fabrizio assembled some asciibets to say:
>
>
>
>
This is what I do, although I use it in a form to add authors to a
publication.
$i,
value => $cgi->param("computer_${i}_name"),
error => check_param(...)
);
push @c