Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Re: using variables to get data from CGI.pm's param() function

by arturo (Vicar)
on Apr 07, 2003 at 23:52 UTC ( [id://248765]=note: print w/replies, xml ) Need Help??


in reply to Re: using variables to get data from CGI.pm's param() function
in thread using variables to get data from CGI.pm's param() function

Let's guess:

foreach my $numbered_param ( grep /^prefix(\d+)/ , param() ) { # do something with $numbered_param }
?

If not P, what? Q maybe?
"Sidney Morgenbesser"

  • Comment on Re: Re: using variables to get data from CGI.pm's param() function
  • Download Code

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://248765]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-04-18 15:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found