how *.cgi file can get the parameters from client?

A

Alont

how I can get the parameter from client through in Perl script?
I can't find it in CGI:: module,
 
S

Sherm Pendley

Alont said:
how I can get the parameter from client through in Perl script?
I can't find it in CGI:: module,

Are you serious? You read through the module docs, and somehow you
managed to miss both the example at the top, and the section titled
"FETCHING THE VALUE OR VALUES OF A SINGLE NAMED PARAMETER"?

sherm--
 
A

Alont

ʱ¼ä:Sat, 20 Nov 2004 06:25:24 -0500
Sherm Pendley said:
Are you serious? You read through the module docs, and somehow you
managed to miss both the example at the top, and the section titled
"FETCHING THE VALUE OR VALUES OF A SINGLE NAMED PARAMETER"?

sherm--

I'm sorry, I search the CGI folder, but lost CGI.html..........
 
T

Tad McClellan

Alont said:
ʱ¼ä:Sat, 20 Nov 2004 06:25:24 -0500


I'm sorry, I search the CGI folder, but lost CGI.html..........


So rather than go get it, you decided to just ask hundreds of
people around the world to read it to you?
 
A

Alan Mead

how I can get the parameter from client through in Perl script?
I can't find it in CGI:: module,

So sorry for your loss. I hope the damage was limited to CGI.html.

You are in luck, however. Go to the Google search engine and type in
"cgi.pm documentation" and click "Search". The first two hits are
wonderful sites that will amaze and delight you.

-Alan
 
A

Alont

ʱ¼ä:Sat, 20 Nov 2004 12:15:59 -0600
Tad McClellan said:
So rather than go get it, you decided to just ask hundreds of
people around the world to read it to you?

I'm not the man as you said, last night I tried the example from CGI
module's help file, it sitll can't work, but I haven't asking here
again, I don't want to be a man people dislike.

this topic help me find the help file, but the problem still over
there, if I can't fix the proble I'll asking here again on tomorrow.
 
A

Alont

actually, I love the GOOGLE usenet search, but I can't use it these
days, the CCP don't want Chinese citizen get too much foreign
information, but this topic is My fault, I can find the document from
google. sorry.

ʱ¼ä:Sat, 20 Nov 2004 12:56:30 -0600
 
S

Sherm Pendley

Alont said:
actually, I love the GOOGLE usenet search

Who said anything about searching usenet? Search the web.

Or, just open a command prompt and type "perldoc CGI". Not as pretty,
but just as informative as the HTML docs.

sherm--
 
D

David Efflandt

how I can get the parameter from client through in Perl script?
I can't find it in CGI:: module,

"perldoc CGI" (or web search for CGI.pm) explains how it works and has an
example that generates a form and gets several types of parameters. It
also shows how to get a complete list of parameters.

If you gave a small example of form and script you are attempting, someone
might steer you in the right direction. But that would be best posted in
a cgi newsgroup.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,164
Messages
2,570,901
Members
47,439
Latest member
elif2sghost

Latest Threads

Top