Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi, I'm probably in over my head but I am honestly trying to learn perl with this project. Anyhow, I'm pretty much a complete neophyte and I'm trying to run a script called apply.cgi which I inherited from someone else.
It starts with the following lines:
#!/usr/bin/perl -s BEGIN { unshift @INC,".","./Net"; } use Socket; use Net::SSLeay qw(get_https make_form post_https); $Net::SSLeay::ssl_version = 3;
Now when I comment them out, the script at least runs, but it certainly doesn't run correctly. I take it these lines have something to do with SSL? is there something immediately, obviously, inherently wrong with whats there or is it fine-and the problem lies somewhere else in the script?
I can be reached via ICQ too! 11578852. Cheers! And thanks to anyone who even bothers to look at this post.
Edit 2001-04-11 by tye
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Internal Server Error!
by Maclir (Curate) on Apr 11, 2001 at 06:10 UTC | |
by ok (Beadle) on Apr 11, 2001 at 10:05 UTC | |
|
Re: Internal Server Error!
by Daddio (Chaplain) on Apr 11, 2001 at 05:22 UTC | |
|
Re: Internal Server Error!
by gregw (Beadle) on Apr 11, 2001 at 07:32 UTC | |
|
Re: Internal Server Error!
by kha0z (Scribe) on Apr 11, 2001 at 09:12 UTC |