in reply to Re^3: Setting referer with HTTP::Request and LWP::UserAgent
in thread Setting referer with HTTP::Request and LWP::UserAgent

Actually, I just noticed this before the rest of the output from the command line:

"Use of uninitialized value in string ne at (eval 3) line 29"

even though there's no line 29 in my script - what I posted is all there is.

  • Comment on Re^4: Setting referer with HTTP::Request and LWP::UserAgent

Replies are listed 'Best First'.
Re^5: Setting referer with HTTP::Request and LWP::UserAgent
by Anonymous Monk on Mar 07, 2009 at 17:39 UTC
    From "What's wrong with -w and $^W" in perllexwarn: If you use the -w flag in this case, you end up enabling warnings in pieces of code that you haven't written.