in reply to Form submit jumps to wrong file.
Your form action is set to the module, when it should probably be set to the program. I'm not aware that the type attribute of an input tag can be set to "int". I'd be surprised if your script compiled, as perl automatically adds the '.pm' to a module name for you, and it's quite likely not a part of the package name. (Though you claim otherwise, I'd still add the hash-bang line at the top of the script to give the web server some clue as to how to run it. Configurations vary.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Form submit jumps to wrong file.
by Nihil Angst (Novice) on Aug 07, 2002 at 01:51 UTC | |
by Popcorn Dave (Abbot) on Aug 07, 2002 at 04:25 UTC |