in reply to perl - html
Your script works for me as it is, so it sounds like you have a configuration issue with your web server.
Have you checked to see if there's any output at all? Are you getting an error instead of the page you expected? Does the web server log anything pertaining to the request?
As a side note, not that this has anything to do with your problem, you should consider using the CGI module instead of printing the raw header + html yourself.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: perl - html
by Anonymous Monk on Jul 11, 2006 at 06:08 UTC | |
by cwry (Monk) on Jul 11, 2006 at 06:12 UTC |