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

Read CGI Help Guide and check your error logs
  • Comment on Re^3: Setting referer with HTTP::Request and LWP::UserAgent

Replies are listed 'Best First'.
Re^4: Setting referer with HTTP::Request and LWP::UserAgent
by punch_card_don (Curate) on Mar 07, 2009 at 17:00 UTC
    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.

      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.