I got a snippet that should work, yet Mr. Compiler complains...
----------------------------------------------------------------

# INCLUDES:
    use DBI;
    use LWP::Simple;
    use LWP::UserAgent;
    use LWP::Protocol::https;

#<-snipped extra junk out ->

# POST XML STRING TO URL VIA HTTPS:
        my $req = HTTP::Request->new (POST => $RequestUrl);
        $req->header('Content-Type' => 'text/xml');
        $req->content($xml_text);

-------------------------------------------------------------------
Am I missing something obvious or do I need a secret decode ring?

Fustrated in Boston...
Perl_Dog Jim




_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to