Configure certs failed

2004-03-26 Thread PerlDiscuss - Perl Newsgroups and mailing lists
Hi. I'm running ActiveState Perl 5.8.3 on Windows 2000. I installed the package for Crypt-SSleay so I can use LWP UserAgent for HTTPS sites. One site is not working, and if I use the IE browser to access it, I get a security alert pop-up asking if I want to proceed. If I say yes, the next scree

Test failures of HTML::Parser-3.35

2004-03-26 Thread Ed Avis
Two of the HTML::Parser tests failed. This is what happens when I rerun them manually: HTML-Parser-3.35 $ perl -Iblib/lib -Iblib/arch t/entities.t 1..11 ok 1 ok 3 ok 4 ok 5 ok 6  ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ  ¡¢£¤¥Â

Re: WWW::Mechanize and forcing POST

2004-03-26 Thread JUANMARCOSMOREN
Patrick Gardella wrote: > I'm testing a form using Mech, and was wondering if there were a way to > force it to use GET or POST? The web page I'm trying to script has a > bad value for the method ("$HTTP_POST_VARS") rather than POST or GET, > so Mech dies with an Unknown Method error. Browsers

Re: WWW::Mechanize and forcing POST

2004-03-26 Thread Andy Lester
> Could you told us what page Mech is having a different behavior than MSIE? > We really want Mech having the same behavior as MSIE and if the > behavior with that page is different that's a bug in Mech. It's not a bug in Mech. Mech IS a browser-in-an-object, but it's not meant to emulate any g