Kjetil Kjernsmo wrote: > Hi all! > > We've been seeing some really weird things with LWP, but only when > running it on the web server. It works fine when running from the > command line. > > For example, doing this: > my $netloc = URI->new('http://www.blogger.com/feeds/default/blogs'); > currently results in a > Can't locate object method "new" via package "URI" > error.
Maybe a stupid question, but do you have "use URI" in that program? Philip