[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ic] Looping through form variables in [perl] tag


On Tue, 8 Apr 2008, Richard Templet wrote:

> You should be able to do this:
>
> [perl]
>
> foreach my $key ( keys $CGI ) {}
>
> [/perl]

That'll need to be %$CGI, e.g.:

for my $key (keys %$CGI) { ... }

Jon

-- 
Jon Jensen
End Point Corporation
http://www.endpoint.com/

_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.