[cgiapp] CGI::App telecommute job opening for Senior Perl Developer in the EU

2012-09-13 Thread Mark Stosberg
This job posting from Energy Fundamentals is specifically looking for a Senior Perl Developer with experience with CGI::Application. The position is Zurich, but telecommuting is an option for candidates in the EU. Details here: http://jobs.perl.org/job/16384 Mark # CGI::Application

[cgiapp] new CGI::Application::Dispatch version released

2012-09-13 Thread Mark Stosberg
> So the fix isn't good enough. I think line 422 should be >unless ( ref $e && $e->isa('Exception::Class::Base') ) { Thanks Michael. I've now released 3.12 which incorporates this fix from you, as well as a test fix from Graham TerMarsch. Mark # CGI::Application community maili

Re: [cgiapp] CGI::Application status update from the maintainer

2012-09-13 Thread Bill Stephenson
On Sep 13, 2012, at 12:02 PM, Jerry Kaidor wrote: >> Hi Bill, >> >> This is fascinating, but I think you're abusing CGI.pm for something >> it was never intended for. > > *** Which is one of the glories of open source. Things keep getting used > for stuff that the original writers never envisi

Re: [cgiapp] CGI::Application status update from the maintainer

2012-09-13 Thread Jerry Kaidor
> Hi Bill, > > This is fascinating, but I think you're abusing CGI.pm for something > it was never intended for. *** Which is one of the glories of open source. Things keep getting used for stuff that the original writers never envisioned. - Jerry Kaidor # CGI::Applic

Re: [cgiapp] CGI::Application status update from the maintainer

2012-09-13 Thread Mike Tonks
Hi Bill, This is fascinating, but I think you're abusing CGI.pm for something it was never intended for. How about using XML::Simple to encode the data and write that into the flat files? # Grab a hashref of data from the posted form my $data = $cgi->Vars; # Dump data into file XMLout($data, Ou