[ic] SQL value in [perl]?

JT Justman interchange-users@interchange.redhat.com
Sat Jan 12 14:35:01 2002


Hi everyone,

Just a quickie. I'm new at Perl but I'm doing okay. When I access a scratch
value in a [perl] tag, I access it like thus:

    my $NewString = $Scratch->{my_value};

But how do I access the value I would get from a query list, like [sql-param
my_value]? I've tried a few things, and can't seem to find it in the docs.
I've tried:

    my $NewString = $Sql-param ->{raw_brand};

And some others. Thanks for any advice!

JT