> Joel Fowler wrote:
>
> I installed Crypt::SSLeay v0.16 to ActiveState Perl v5.6.0 (WinNT) using PPM to
>provide SSL support. I wrote a simple test script (https.pl -
> attached), however, it fails with the following errors:
>
>
> 1. GET => 'https://www.royalbank.com/mortgage/appr.html':
>
> E:\v1a\root\dev\benchmark>perl -s https.pl -v
> get - Can't locate object method "status" via package "HTTP::Headers" at
>e:/v1a/root/tools/Perl560/site/lib/HTTP/Message.pm line 189.
>
I believe that ActiveState has only compiled a Crypt::SSLeay
ppm for build 522. It should therefore not work with 5.6
even if you make other errors go away.
--Joshua