[ic] $Tag->data in a UserTag

JT Justman jt at signless.com
Mon Jul 31 01:12:56 EDT 2006


Grant wrote:
>> Try:
>>
>> my $new_var = $::Tag->data( { table => 'mytable', field => 'myfield',
>> key => $key } );
>>
>> Note the double colon in $::Tag->...
> 
> That's actually not working either.  If I hard-code the key value like
> the rest of the parameters it works, but not if I try to use a
> $variable.

Is this a numeric key? Perhaps it is being stingified in one case, but 
not another.

Just a thought...

JT


More information about the interchange-users mailing list