[ic] Having a UserTag program (causing Internal State Error)

Ed LaFrance (New Media E.M.S.) ic_users at newmediaems.com
Tue Jul 6 10:04:09 EDT 2004


At 06:33 PM 7/5/2004, you wrote:

>On Jul 5, 2004, at 7:44 PM, the OnE wrote:
>
>>   $_ = $results->[0]->[0];
>
>Just a stab, but shouldn't that be:
>
>my $_

Actually, $_ is a special variable and strictly speaking it should not be 
used here, instead do something like:

my $stuff = $results->[0]->[0];


- Ed


>>192.168.1.60 gJJuHYia:192.168.1.60 -
>>[06/July/2004:08:41:36 -0400] cpws
>>/cgi-bin/cpws/BusinessCards.html Runtime error: Can't
>>use string ("") as an ARRAY ref while "strict refs" in
>>use at (tag 'attribute_count') line 9.
>
>--
>Josh Lavin
>Kingdom Design   http://www.kdw.us/
>
>_______________________________________________
>interchange-users mailing list
>interchange-users at icdevgroup.org
>http://www.icdevgroup.org/mailman/listinfo/interchange-users

===============================================================
New Media E.M.S.              Technology Solutions for Business
11630 Fair Oaks Blvd., #250   eCommerce | Consulting | Hosting
Fair Oaks, CA  95628          Ed.LaFrance at newmediaems.com
(916) 961-0446                http://www.newmediaems.com
(866) 519-4680 Toll-Free      (916) 961-0447 Fax
=============================================================== 



More information about the interchange-users mailing list