Re: [htmltmpl] Installing H::T on Mac OS X

2003-03-04 Thread Alex Porras
Brad, One way to tel lif H:T is installed (at least on linux) is to open a terminal and do: perldoc HTML::Template If you get a "No documentation found" type error, then it may not be installed. I don't know if slocate is installed on OS X, but if it is, you could also do: locate Templat

RE: [htmltmpl] Error code.

2002-10-10 Thread Alex Porras
> Then H-T must be incrediable dumb since that tmpl_var ROWS is in it. > and Script says ROWS too. I am very much aware of > case sensitive nature of linux. Ironically, if memory serves me right, I think that the tag attributes are case INsensitive no? --Alex -

Re: [htmltmpl] HTML-Template and DBI

2002-09-27 Thread Alex Porras
On Fri, 27 Sep 2002, Kenny Pyatt wrote: > # Build the tmpl_loop data structure and load the template > while (my $data = $sth->fetchrow_hashref()) > { > push (@loopData, $data); > } > # Give the data to the template > $template->param('MyLoop' => \@loopData)

RE: [htmltmpl] TMPL_IF truth vs definition

2002-06-21 Thread Alex Porras
gt; > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > Alex Porras > Sent: Friday, June 21, 2002 11:09 AM > To: Kenny Smith > Cc: Tugrul Galatali; Chris Davies; > [EMAIL PROTECTED] > Subject: RE: [htmltmpl] TMPL_IF truth vs defi

RE: [htmltmpl] TMPL_IF truth vs definition

2002-06-21 Thread Alex Porras
On Fri, 21 Jun 2002, Kenny Smith wrote: > 0 = true goes against everything computers stand for. Except for those silly shell scripts. :P --Alex --- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ ___