From:                   [EMAIL PROTECTED]
Date sent:              Sat, 12 Feb 2005 15:23:01 EST
Subject:                Accessing https pages
To:                     beginners@perl.org

> I am very new to Perl - a few days.  I am running Windows XP.  I
> downloaded and installed ActivePerl to c:\perl.  I also downloaded
> www::mechanize to make my life easier to access web pages.  I wrote a
> perl program to access http://www.tab.co.nz (via mechanize) which
> works fine but when I use the same code to access a secure page such
> as https://www.ebetonline.co.nz/odds/20050212WAIK1 I get the message
> 'LWP will support https URLs if the Crypt::SSLeay module is
> installed.'.  

c:\> ppm install Crypt-SSLeay

should be all you need to do.

Jenda
===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to