|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
|
|
#1
|
|||
|
|||
|
How can you get a count of how many parameters are received by a perl program from a web form?
ie, some type of call like this: $MyCount = $parms->count(); fyi here is how I am reading the passed parms: $parms = new CGI; $val = $parms->param("user_name"); print "hi "; print $val; |
|
#2
|
|||
|
|||
|
Can you not:
$count = param(); |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > param counter |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|