in reply to WWW::Mechanize Post Method - Help find error
I'm not sure what "javascript monitoring proxy program" you are using, but the output does not look like valid Perl.
Maybe you meant the HTTP::Request constructor method POST, but you don't show any more relevant code. Check the top of your script for a line like use HTTP::Request;. And even then, the generated line should look more like :
$request = HTTP::Request->new( POST => ... );
So to me, it seems like your "javascript monitoring proxy program" doesn't really produce direct Perl code.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: WWW::Mechanize Post Method - Help find error
by Agyeya (Hermit) on May 18, 2004 at 06:14 UTC | |
by revdiablo (Prior) on May 18, 2004 at 16:31 UTC |