in reply to Re: http POST + authentication
in thread http POST + authentication
adding the "new" gives me this error:my $request = new HTTP::Request::Common::POST("$URL",
If I understand correctly, I have already created a new session with"Bareword found where operator expected at ./test.pl line 19, near "ne +w HTTP::Request::Common::POST" (Do you need to predeclare new?)"
$ua = LWP::UserAgent->new;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: http POST + authentication
by fruiture (Curate) on Dec 30, 2002 at 18:20 UTC |