in reply to Premature Error using CGI.pm
So it works from the command line when you specify the perl interpreter, but fails via CGI with that incomplete invocation. You need this:#/user/bin/perl -wT
#!/user/bin/perl -wT
It happens =)
Update: If it still doesn't work you have some other more exotic problem. I tested your code and form and it didn't work until ! was added.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Premature Error using CGI.pm
by myocom (Deacon) on Feb 24, 2001 at 09:40 UTC | |
|
Re: Re: Premature Error using CGI.pm
by ZydecoSue (Scribe) on Feb 24, 2001 at 09:57 UTC |