perl.libwww...Re: Patch for URI::_query by Paul Talacko- June 19, 2008 --- On Thu, 12608, Gisle Aas <gisleaas.no> wrote:>On Thu, Jun 12, 2008 at 9:48 AM, Paul Talacko <gnuruandstuffyahoo.co.uk>>wrote:>> One of the most commonly requested fixes for URI.pm is the ability to>> generate (and process) query strings separated by &39;;&39; rather than>>&39;&&39;.>This is certainly true. The problem is that no approach has been>suggested that is backwards compatible, practical and not too ugly>yet.I didn&39;t realise that..http://www.nntp.perl.org/group/perl.libwww/2008/06/msg7183.html Re: Problems with a Submit Input Requiring a Value by Gisle Aas- June 18, 2008 On Tue, Jun 17, 2008 at 6:42 PM, Hal Vaughan <halhalblog.com> wrote:> I&39;ve never seen this before so it could be I&39;m outdated, but I&39;m reading a> page that has two submit buttons in one form. Here&39;s the code for both of> them:>> <input type="submit" name="caseSearch" value="Search" onclick="return> validateCaseNumber();" class="payBox">> <input type="submit"...http://www.nntp.perl.org/group/perl.libwww/2008/06/msg7182.html rt.cpan.org 36132 POD spelling mistake by Gisle_Aas via RT- June 17, 2008 Queue: libwww-perl Ticket <URL: http:rt.cpan.orgTicketDisplay.htmlid=36132 >Fixed repo now. Thanks!http://www.nntp.perl.org/group/perl.libwww/2008/06/msg7181.html Problems with a Submit Input Requiring a Value by Hal Vaughan- June 17, 2008 I&39;ve never seen this before so it could be I&39;m outdated, but I&39;m reading apage that has two submit buttons in one form. Here&39;s the code for both ofthem:<input type="submit" name="caseSearch" value="Search" onclick="return validateCaseNumber();" class="payBox"><input type="submit" name="paymentCaseSearch" value="Search To Pay" class="payBox longBox"> I&39;ve used...http://www.nntp.perl.org/group/perl.libwww/2008/06/msg7180.html rt.cpan.org 35156 URI::Heuristic doesn't work properly when generic country code is specified by Gisle_Aas via RT- June 16, 2008 Queue: URI Ticket <URL: http:rt.cpan.orgTicketDisplay.htmlid=35156 >Applied. Thanks!http://www.nntp.perl.org/group/perl.libwww/2008/06/msg7179.html Re: Patch for URI::_query by Gisle Aas- June 12, 2008 On Thu, Jun 12, 2008 at 9:48 AM, Paul Talacko <gnuruandstuffyahoo.co.uk> wrote:> One of the most commonly requested fixes for URI.pm is the ability to> generate (and process) query strings separated by &39;;&39; rather than &39;&&39;.This is certainly true. The problem is that no approach has beensuggested that is backwards compatible, practical and not too uglyyet.> The inability of URI.pm to generate query strings with &39;;&39; is particularly> frustrating if you&39;re.http://www.nntp.perl.org/group/perl.libwww/2008/06/msg7178.html Patch for URI::_query by Paul Talacko- June 12, 2008 diff -ur URI-1.36thttp.t URI-1.36-modifiedthttp.t--- URI-1.36thttp.t 2008-04-02 17:09:07.000000000 +0200+++ URI-1.36-modifiedthttp.t 2008-06-12 08:34:30.000000000 +0200 -35,7 +35,7 print "ok 7n"; $u->query_form(foo => "bar", bar => "baz");-print "not " unless $u->query eq "foo=bar&bar=baz";+print "not " unless $u->query eq "foo=bar;bar=baz"; print "ok 8n"; print "not " unless...http://www.nntp.perl.org/group/perl.libwww/2008/06/msg7177.html Re: Script using LWP suddenly not working... by Bill Moseley- June 10, 2008 On Tue, Jun 10, 2008 at 05:12:36AM -0700, Rob Kunkle wrote:> I think that I need to set the:> > $ENVHTTPS_CA_FILE = "some_file";> > variable of SSLeay, but I&39;m not sure what it should be set to.http:search.cpan.orgdlandCrypt-SSLeay-0.57SSLeay.pmENVIRONMENT_VARIABLESshows: CA cert peer verification $ENVHTTPS_CA_FILE = &39;certsca-bundle.crt&39;;There used to be that file included with Apache&39;s mod_ssl. I have anumber of ca-bundle.ca files around:$ locate...http://www.nntp.perl.org/group/perl.libwww/2008/06/msg7176.html Script using LWP suddenly not working... by Rob Kunkle- June 10, 2008 Hello -I&39;ve been using LWP to connect to a https server and pull some information. This worked fine in the past, but recently I&39;ve been getting the&39;client-ssl-warning&39; => &39;Peer certificate not verified&39;,error. I&39;ve looked around on the web to find some answers, but mainly I find a lot of unanswered cries for help.I think that I need to set the:$ENVHTTPS_CA_FILE = "some_file";variable of SSLeay, but I&39;m not sure what it should be set to.Any help you could..http://www.nntp.perl.org/group/perl.libwww/2008/06/msg7175.html Script using LWP suddenly not working... by Rob Kunkle- June 10, 2008 Hello -I&39;ve been using LWP to connect to a https server and pull some information. This worked fine in the past, but recently I&39;ve been getting the&39;client-ssl-warning&39; => &39;Peer certificate not verified&39;,error. I&39;ve looked around on the web to find some answers, but mainly I find a lot of unanswered cries for help.I think that I need to set the:$ENVHTTPS_CA_FILE = "some_file";variable of SSLeay, but I&39;m not sure what it should be set to.Any help you could..http://www.nntp.perl.org/group/perl.libwww/2008/06/msg7174.html |