|
|||||
|
|
#1 |
|
|
Does anyone know how to use perl(CGI) script to retrieve data from POST when the user c**** the Submit button in html form? Thanks Sam |
|
|
#2 |
|
|
> Hi, > > Does anyone know how to use perl(CGI) script to retrieve data from POST > when the user c**** the Submit button in html form? Did none of the resorces listed in the answer to the FAQ: Where can I learn about CGI or Web programmming in Perl? provide an answer? How about the do***entation for the CGI module? -- Sam Holden |
|
|
#3 |
|
|
> Does anyone know how to use perl(CGI) script to retrieve data from POST > when the user c**** the Submit button in html form? Have you already read perldoc CGI ? Greetings, Janek |
|
|
#4 |
|
|
On Thu, 18 Nov 2004 19:19:26 +0800, sam <sam.wun@authtec.net> wrote:
> Hi, > > Does anyone know how to use perl(CGI) script to retrieve data from POST > when the user c**** the Submit button in html form? The Perl CGI module can be used to create or process web forms. perldoc CGI Or do a web search for: Perl CGI.pm |
|
|
#5 |
|
|
On Thu, 18 Nov 2004 19:19:26 +0800, sam <sam.wun@authtec.net> wrote:
>Does anyone know how to use perl(CGI) script to retrieve data from POST >when the user c**** the Submit button in html form? Yes! -- Henry Law <>< Manchester, England |