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
> 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
-
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)
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
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/
___