Stuff with the Perl Foundation. A couple of patches in the Perl core. A few CPAN modules. That about sums it up.
My brain is going to melt today. I'm using Perl to execute SQL, with results that get passed to Template Toolkit, that uses the results to write JavaScript to rewrite HTML on the fly. Every once in a great while I miss writing batch processes in COBOL.
been there (Score:2, Funny)
Re:been there (Score:2)
We have a problem whereby a country might have states and it might not. We have to populate a selection box based upon that. Thus, with an onchange event with the country select box, we use javascript to detect if the country has states (using a hash of country IDs) and if it does, we launch a pop up with a drop down (populated by a database call :) that allows the user to select a state and then write that state back to the original form via DHTML.
Oh, and due to DHTML issues with the cascading menus (a
A Suggestion (Score:2, Informative)
Plus it really cuts down on the hardest part of the perl-that-generates-html-that-contains-javascript-the-generates-html-that-conta
With the O'Reilly Dynamic HTML book (2nd edition) it's easy to cut th
Re:A Suggestion (Score:2)
One of my coworkers was mentioning that book today. Sigh. More money to spend.
I'll have to check out that module, too. I've not heard of it.
Re:A Suggestion (Score:2, Interesting)
Dat
Re:A Suggestion (Score:2)
Is that Dynamic HTML: The Definitive Reference [oreilly.com], from O'Reilly, or is there some other book out there?
Re:A Suggestion (Score:1)