Re: Conflict between CGI and LWP modules

2001-11-20 Thread Gisle Aas
KEVIN ZEMBOWER [EMAIL PROTECTED] writes: In diagnosing a problem, I've discovered that this program: #!/usr/local/bin/perl use CGI qw/:standard/; use LWP::Simple ; causes this error: Prototype mismatch: sub main::head vs ($) at ./z.pl line 3 If I change the program to:

Re: [PATCH] backward compat for 5.005_03 (Re: libwww-perl-5.61)

2001-11-20 Thread Gisle Aas
Gisle Aas [EMAIL PROTECTED] writes: Still need to figure out why connect fails for me on this test with perl5.005 ... With this patch is seems to work fine on perl5.005: Index: lib/Net/HTTP/Methods.pm === RCS file:

Re: UTF-16 - UTF-8

2001-11-20 Thread Gisle Aas
Tim Scott [EMAIL PROTECTED] writes: I saw your reference to the use of Unicode::String. Excuse me for asking, but does it work? We've tried to several funtions from it (utf16, ucs2,...) but the only one that seems to work is utf8? Can you give me a test case that demonstrates what you mean