NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
One idea (Score:2)
Mostly client-side (Score:1)
Re: (Score:2)
Anyway,
You used XML to push data around in your back-end with AxKit -- now you use JSON to
-- ask bjoern hansen [askbjoernhansen.com], !try; do();
Re: (Score:1)
Personally I like Catalyst better, and like Catalyst, because it gets away with quite little magic (unlike Jifty), but it has neat provisions to make your code very, very non-repetitive. Dispatch-type Chained is the bomb; it has helped clean up my code (that was already reasonably well-structured) to a similar extent as going from procedural to object-oriented in a GUI app (and I don’t mean messy procedural code).
Non blocking event based servers (Score:1)
Oh wait, you already wrote one (or two) of those IIRC :) Still seems like pretty cool stuff. I've been watching libev recently and have been tasking myself to try it out.