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
> 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
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
> 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
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