Can someone help me figure out how to use SSLeay to get this to work?#!/usr/bin/perl use strict; use warnings; use SSleay; use CGI::Carp qw(fatalsToBrowser); use CGI qw/:standard/; use WWW::Mechanize; my $name= "##"; my $pass= "##"; my $browser=WWW::Mechanize->new(); $browser->get("https://secured.goldleaf.com/commandcenterplus/"); $browser->form(1); $browser->field("username", $name); $browser->field("password", $pass); $browser->click(); print "Location: https://secured.goldleaf.com/commandcenterplus/main.a +sp\n\n";
In reply to using WWW::Mechanize with HTTPS by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |