Hm.. all_parameters() doesn't seem to be part of the public API for CGI.pm. To use it, you need to create an instance of CGI, and invoke all_parameters() as a method call.
should do what you need.use CGI; ... my $cgi = new CGI(); ... my @paramsInOrder = $cgi->all_parameters();
In reply to Re: Re: Re: post variables in same order
by dws
in thread post variables in same order
by inblosam
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |