Fliptop,

Haven't studied all of CGI.pm's capability's yet. Is there an easier way to
build a hash of hashes using it?

-----Original Message-----
From: fliptop [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 11:46 AM
To: Camilo Gonzalez
Cc: '[EMAIL PROTECTED]'
Subject: Re: Hash of hashes


Camilo Gonzalez wrote:
> 
>               $i=0;
>           for $fields(split /&/, @data) {
>               ($key, $value) = split /=/, $fields;
>               $bigData{$model[$i]}{$key} = "$value";
>               $i++;
>           }

why do i get the feeling when i look at this code that this person is
trying to parse a cgi query string without using cgi.pm?

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to