Re: proper referencing of hashes returned by fetchrow_hashref . ..(typo)

2003-06-24 Thread Patrick Galbraith
> 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

Re: proper referencing of hashes returned by fetchrow_hashref . ..

2003-06-24 Thread Patrick Galbraith
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

Migrating from regular mod perl scripts

2003-06-16 Thread Patrick Galbraith
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