in reply to Re^2: Searching for a string in outfile
in thread Searching for a string in outfile
As for this error that you apparently reported (posting as Anonymous Monk):
Are you sure that the userid/password in your script are exactly the ones you are supposed to use? (Are you sure the url string is correct?) Do those exact strings work when you paste them into an interactive (manual) connection?GETing http://"server link:" Unauthorized at script.pl line 11
Check the WWW::Mechanize docs about setting the "user agent" that is reported in the request that you send -- the server might be using that item to limit misuse of their service. (I'm just guessing -- I don't know much about this part of the process.)
|
|---|