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.
sounds like a very good talk (Score:2)
I don't see any reason not to give the talk again with some toned down images (playboy do after all have acceptable pictures of their playmates as well as the more arty, or exposed).
It would also be interesting to see how much code-re-use and lessons you could apply to a brand new ACME::Model::Chippendale package, including why it's important to make modules within the same namespace consistent, and why you may need to include some kind of grouping in the namespace.
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Reply to This