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

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