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.
looks good to me (Score:2)
Of course it costs waaaay too much to go to a conference in the states. Maybe you would get a better response at a smaller european conference.
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Re:looks good to me (Score:2)
Thanks, TeeJay! I actually had the chance to present this (albeit a rushed 45 minute version [oscom.org]) at OSCOM [oscom.org], over in Switzerland, but it would have cost me money to present. Looking back, I should have paid the money anyway, as it reduced the expense of learning from others at the conference as well. Oh well ... next time. :) I am thinking about coming over to the London.pm's [pm.org] Perl Workshop [pm.org] ... maybe I can coordinate with them and do a tutorial over there.
What's your site? I'd love to check it out.
Peace,
JasonReply to This
Parent
Re:looks good to me (Score:2)
It uses Maypole for the backend (makes it very easy to enter data and prototype), and the same underlying Class::DBI classes for front and back. All mod_perl on a tiny bytemark virtual server.
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;