On Wed, Mar 06, 2002 at 01:54:11PM +1030, Daniel Falkenberg wrote:
> Just wondering what would be my best way of 'getting' HTML code with
> Perl from a HTTPS URL.  Is there a CPAN module out there that will
> download a HTTPS site and extract all the HTML from it?

Not sure what you need to extract from it,
but you can fetch a page over https like this:

use Net::SSLeay;
($page) = get_https('www.bacus.pt', 443, '/');


-- 
Johannes Franken
 
Professional unix/network development
mailto:[EMAIL PROTECTED]
http://www.jfranken.de/

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to