RE: [htmltmpl] Nesting Templates

2002-08-14 Thread David Veatch
> -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

Re: [htmltmpl] Nesting Templates

2002-08-14 Thread Brian McCain
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

[htmltmpl] Nesting Templates

2002-08-14 Thread David Veatch
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

Re: [htmltmpl] [BOOK] Writing Perl Modules for CPAN

2002-08-14 Thread Jody Biggs
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

[htmltmpl] [BOOK] Writing Perl Modules for CPAN

2002-08-14 Thread Sam Tregar
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

Re: [htmltmpl] Dynamic TMPL_VAR names? Is it possible?

2002-08-14 Thread Philip S Tellis
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