Re: embperl releases

2010-02-05 Thread Chris Denman
Hi Gerald, Thanks for introducing me to Catalyst! It sounds amazing. Looking forward to the joining of the two Chris On 5 February 2010 15:41, Thompson, John wrote: > How is it that Embperl (as good as it is), is only supported by one > person? I find this to be the best Perl templating

RE: embperl releases

2010-02-05 Thread Thompson, John
How is it that Embperl (as good as it is), is only supported by one person? I find this to be the best Perl templating package. Is the code accessible via a repository? If not, would that make the difference? -Original Message- From: Gerald Richter - ECOS [mailto:[email protected]] S

Re: Embperl question

2010-02-05 Thread Brett @Google
I applied the fix suppplied by Frank in : http://www.gossamer-threads.com/lists/modperl/embperl/98673 And it worked for me. I am using newest released Apache 2.2/Embperl/CGI/mod_perl2 with Perl 5.10.1 (thanks Frank) Cheers Brett > diff ~/Embperl.pm ~/Embperl.pm-FIXED 320,323c320,321 < # th

RE: embperl releases

2010-02-05 Thread Gerald Richter - ECOS
Hi, I am currently working on getting it to run with newest Perl. I have created some example for the usage of Embperl::Form and still extending Embperl::Form. There will also be some support for using Embperl inside of Catalyst. I hope to get it ready by the end of this month, but I cannot pr

RE: threaded Embperl / mod_perl2

2010-02-05 Thread Gerald Richter - ECOS
Hi,   in a prefork enviroment you would need to use MaxRequestsPerChild, not sure how this is named in a threaded environment. MaxKeepAlive is something different.   Gerald   From: Brett @Google [mailto:[email protected]] Sent: Thursday, February 04, 2010 3:10 AM To: Gerald Richter -

Re: embperl releases

2010-02-05 Thread Chris Denman
Can we be told what to expect? ;) Chris Denman On 5 February 2010 10:22, Michael Stevens wrote: > Gerald, > > I know you said before you were working on a new Embperl release. > > We'd still like to see one! How's it going? Is there anything we can do to > help? > > -- > Michael Stevens > Dianom

embperl releases

2010-02-05 Thread Michael Stevens
Gerald, I know you said before you were working on a new Embperl release. We'd still like to see one! How's it going? Is there anything we can do to help? -- Michael Stevens Dianomi Ltd 18 Buckingham Gate London SW1E 6LB Tel: 020 7802 5530 Fax: 020 7630 7356 www.dianomi.com The information in

RE: Embperl question

2010-02-05 Thread Gerald Richter - ECOS
Hi,   there are no changes in form handling between 1.x and 2.x (only that 2.x can handle UTF-8 correctly).   %fdat was never persistent between requests. You can use %udat for this, use [$ hidden $] to create a set of hidden fields to pass the data to the next request.   That the fields ar