[ic] perl question

Dwayne interchange-users@icdevgroup.org
Sat Apr 26 11:31:01 2003


On Sat, 2003-04-26 at 10:49, Chris Snow wrote:
> When I try the following:
> 
> [perl]
>     my $shipping = l0;
>     $Tag->assign(  { shipping => $shipping, }  );
> [/perl]
> 
> I get the following error:
> 
> 192.168.0.65 Aks9w66d:192.168.0.65 - [26/April/2003:15:49:33 +0100]
> violinshop /cgi-bin/violinshop/ord/checkout.html Attempted assign of
> non-numeric 'l0' to shipping. Deleted.
> 
> Can anyone tell me what I'm doing wrong?

Typo? That's an "el"...;)

- Dwayne