Hi Wiggins,
Nope, that's all news to me! Thanks for the help, I'll
look into it.
Denzil
--- Wiggins d'Anconia <[EMAIL PROTECTED]> wrote:
> Denzil Kruse wrote:
>
> Have you read:
>
>
http://search.cpan.org/src/GAAS/libwww-perl-5.803/README.SSL
>
> And do you have an appropriate SSL interface
Denzil Kruse wrote:
> Hi all,
>
> I'm trying send an https post:
>
> my $url = "https://some.secure.server/secure.dll";;
>
> my $ua = LWP::UserAgent->new;
>
> # assemble the request
> #
> my $request = HTTP::Request->new(POST => "$url");
> $request->content_type('application/x-www-form-urlencod