Forum Moderators: coopster & phranque

Message Too Old, No Replies

Secure Perl Script

         

web_young

8:54 pm on Oct 27, 2004 (gmt 0)

10+ Year Member



I'm attempting to use a perl script that uses some things that I haven't heard of before. It says that it requires these: LWP::UserAgent, CGI, and HTTP::Request. Also Crypt::SSL and Net::SSL. What are those and where can I learn more about them?

jatar_k

9:05 pm on Oct 27, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



LWP::UserAgent [cpan.uwinnipeg.ca]
CGI [cpan.uwinnipeg.ca] not sure which specifically
HTTP::Request [cpan.uwinnipeg.ca]
Crypt::SSL [cpan.uwinnipeg.ca]
Net::SSL [cpan.uwinnipeg.ca]

it's all searchable too

web_young

9:10 pm on Oct 27, 2004 (gmt 0)

10+ Year Member



Thanks!