>>>>> "Wiggins" == Wiggins D'Anconia <[EMAIL PROTECTED]> writes:
Wiggins> Right. And that is what the LWP module is for. From the docs on the Wiggins> first URL I posted earlier: Wiggins> # Create a request Wiggins> my $req = HTTP::Request->new(POST => Wiggins> 'http://www.perl.com/cgi-bin/BugGlimpse'); Wiggins> $req->content_type('application/x-www-form-urlencoded'); Wiggins> $req->content('match=www&errors=0'); And further down in that same doc, it says "don't do this, use HTTP::Request::Common instead". Please copy the right example. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/> Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training! -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]