Re: Gerald: please update module to include patch for CGI.pm 3.38+

2009-09-17 Thread Richter, Gerald
2009/9/17 Michael Stevens > Gerald, > > I've attached my diff below. It's mainly from the previous mailing list > post: > > > Hoping to see a new release soon? > Thanks for the patch. I have now not so much workload anymore and hope to get out a new version during the next weeks. The main work

RE: Sort Keys of Hash Printed via dump

2009-09-17 Thread Thompson, John
It worked. Thanks. -Original Message- From: Gerald Richter [mailto:gerald.rich...@ecos.de] Sent: Thursday, September 17, 2009 4:41 AM To: Andrew O'Brien; Thompson, John; embperl@perl.apache.org Subject: RE: Sort Keys of Hash Printed via dump Hi, Since [$ dump $] uses data::dumper, it sh

RE: Gerald: please update module to include patch for CGI.pm 3.38+

2009-09-17 Thread Gerald Richter
Hi Michael, Can you send me an diff of all your changes against the last version of Embperl? Please send it to my private email, not to the list Thanks Gerald > -Original Message- > From: Michael Stevens [mailto:michael.stev...@dianomi.com] > Sent: Thursday, September 17, 2009 11:06

RE: Sort Keys of Hash Printed via dump

2009-09-17 Thread Gerald Richter
Hi, Since [$ dump $] uses data::dumper, it should be enougth to set $Data::Dumper::Sortkeys=1; But I haven't tested it Gerald > -Original Message- > From: Andrew O'Brien [mailto:andr...@oriel.com.au] > Sent: Thursday, September 03, 2009 5:22 AM > To: Thompson, John; embperl@perl.apach

Re: Gerald: please update module to include patch for CGI.pm 3.38+

2009-09-17 Thread Michael Stevens
I've got a version that should work on github: http://github.com/mstevens/embperl-fork But it's in no way an official release. 2009/9/17 Hoenie Luk > Hi Gerald, > > Can you please issue an update of Embperl to include the patch required to > work with CGI.pm 3.38+ for multipart/form-data? > >