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

Re: Re: Passing scalars to CGI module

by filmo (Scribe)
on Apr 14, 2001 at 02:26 UTC ( [id://72511]=note: print w/replies, xml ) Need Help??


in reply to Re: Passing scalars to CGI module
in thread Passing scalars to CGI module

is it possible to do the following then:
@a = ('textfield','lastname','Bob',20,15); $q->$a[0[(-name=>$a[1],-default=>$a[2],-size=>$a[3],-max=>$a[4]);
or even better
@a = ('textfield',qq|-name=>'lastname'|, qq|-default=>'Bob'|, etc.); $q->$a[0]($a[1],$a[2],$a[3], etc...)
--
Filmo the Klown

Log In?
Username:
Password:

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

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

    No recent polls found