On Tuesday 19 September 2006 15:26, Garrett, Philip (MAN-Corporate) 
wrote:
> Maybe a stupid question, but do you have "use URI" in that program?

Yep! But an entirely appropriate question in this situation. :-)

Actually, the problem was far less reproducible than I first thought... 
At some point, I would get this error with 
use URI;
use LWP::UserAgent;
my $netloc = URI->new('http://www.blogger.com/feeds/default/blogs');
my $ua = LWP::UserAgent->new;

warn "foo";
print "Content-Type: text/plain\n\nfoo";

but that works right now...

For a while, I could rearrange the use statements to make it work, but 
that now appears to be random... 


-- 
Kjetil Kjernsmo
Information Systems Developer
Opera Software ASA

Reply via email to