[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] SQL value in [perl]?
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