Re: decoded_content

2004-12-04 Thread Bjoern Hoehrmann
* Gisle Aas wrote: >The current $mess->decoded_content implementation is quite naïve in >it's mapping of charsets. It need to either start using Björn's >HTML::Encoding module or start doing similar sniffing to better guess >the charset when the Content-Header does not provide any.

Re: libwww-perl-5.802

2004-12-04 Thread Moshe Kaminsky
* Gisle Aas <[EMAIL PROTECTED]> [01/12/04 12:02]: > libwww-perl-5.802 is available from CPAN. The changes since 5.801 are: > > The HTTP::Message object now have a decoded_content() method. > This will return the content after any Content-Encodings and > charsets has been decoded. > F

HTML::Parser 3.42: some tests fail on MSWin32

2004-12-04 Thread Bjoern Hoehrmann
Hi, HTML::Parser 3.41/3.42 fails on some tests on MSWin32, see   http://www.nntp.perl.org/group/perl.cpan.testers/171117   http://lists.w3.org/Archives/Public/www-archive/2004Dec/att-0005/tres the latter beeing for ActivePerl 5.8.4 build 810 and H::P 3.42. regards. -- Björn Höhrmann · mailto

Re: user agents

2004-12-04 Thread Mattias Holmlund
Gisle Aas wrote: Mattias Holmlund <[EMAIL PROTECTED]> writes: Gisle Aas wrote: It is documented (barely) that the module export the variable '$ua'. A side effect of importing this variable is that this forces the full LWP::UserAgent implementation to be used, otherwise settings on the $ua o

How UserAgent::FramesReady get asp with frame

2004-12-04 Thread YW CHAN (Cai Lun e-Business)
Hi, Is there any idea on using UserAgent::FramesReady for getting the content inside a frame of asp page? I use something similar below, it told me 'browser not support frames'? Thanks, CHAN #!/usr/bin/perl use LWP::Simple; use LWP::UserAgent; use LWP::UserAgent::FramesReady; $ua = ne