in reply to Re: Re: Re: Re: Re: Re: Re: (Ovid -- bug in your hand-rolled CGI code) Re: Pushing w/ an associative array?
in thread Pushing w/ an associative array?
It's pretty simple. I don't see what you are having trouble with. That will handle any form you want to throw at it.#!/usr/bin/perl -wT use strict; use CGI; my $q = CGI->new; my @vars = $q->param; # <-- That's all there is to getting 'em
Cheers,
Ovid
Join the Perlmonks Setiathome Group or just click on the the link and check out our stats.
|
|---|