> Now, with hash references, you can do it two ways. $foo{whatever} is the
> same as $foo->{whatever}
I meant $$foo{whatever} is the same as $foo->{whatever} ;)
Patrick Galbraith wrote:
that's called a reference in perl
$foo = 'hu';
if I want to pass that as
ow = $query->fetchrow_hashref $]
fieldname: [+ $$hashed_row{'fieldname'} +]
[$ endif $]
Don't know why but for some reason I'm drawing a blank . . .
Thanks.
--Richard
---------
To unsu
t I'd like to take advantage of
with what Embperl purports as it's features.
Note: we used Template::Toolkit with Slash, but I think I want something
speedier. We also ran perl scripts that had a SlashDisplay that called
Template::Toolkit templates.
regards,
Patrick