Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
Hi, I have a webpage that requires some if...elsif processing, but i'm at a dead end. I need to call a perl subroutine in an html form.
This html form is written by a .pl page:#!/cgi-bin print "Content-type: text/html\n\n"; print <<HTML; <html> <head></head> <body> <form action="&INOPT"> <input type="text" name="d"> </form> HTML if ($d == "...") { # code }It does nothing. How can this be fixed?

Sorry, I forgot to to add something:
#!/cgi-bin # default.pl - critical print "Content-type: text/html\n\n"; print <<HTML; <html> <head></head> <body> <form action="&INOPT"> <input type="text" name="d"> </form> </body> </html> HTML sub INOPT if ($d == "...") { # code } }

![]() |
PHP Script requried for R...
|
how to setup live webcam ...
|
| Login or Register to Reply | |
| Login | Register |
| Ads by Google |