uninitialized value in pattern match
Brought to you by:
gisle
I have a strange problem with libwww-perl whenever I use get or another program that uses the get function an error occurs
Use of uninitialized value in pattern match (m//) at /usr/lib/perl5/site_perl/5.8.0/LWP/ Protocol.pm line 114.
Use of uninitialized value in concatenation (.) or string at /usr/lib/perl5/site_perl/5.8.0/ LWP/Protocol.pm line 87.
I've recompiled, still there's a problem I've also tried using 5.66 instead of 5.68, still there is a problem, anyone know why?
Logged In: YES
user_id=59084
Can you provide a test program that have this behaviour?