in reply to Uninitialized $scheme variable in LWP::Protocol and LWP::UserAgent problem

don't use -w, use warnings, and you won't get those warnings :)
  • Comment on Re: Uninitialized $scheme variable in LWP::Protocol and LWP::UserAgent problem

Replies are listed 'Best First'.
Re^2: Uninitialized $scheme variable in LWP::Protocol and LWP::UserAgent problem
by MidLifeXis (Monsignor) on Jul 27, 2008 at 13:21 UTC

    See Injecting a filter into warn() for more information. I fought with this for a while before it clicked. use warnings instead of -w if you don't want to report warnings from included modules.

    --MidLifeXis