in reply to Perl HTML Form elements Filter
Where @names is an array containing the name of every parameter item submitted to the CGI. If you really must pick out the HTML attributes (because really, that's all parameter names are) your best bet is to use HTML::Parse or somesuch.use CGI; @names = $query->param;
Gary Blackburn
Trained Killer
|
|---|