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