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.
script versus module (Score:0)
I do that in "scripts", basically write what I want to happen, then fill in the details. I usually put a
mainfunction at the top too, as the entry point, followed byexitjust to be explicit about what's happening (to indicate that there's no "inline" code between subroutine definitions).In modules, I'd tend to use the "learning-order" that people mentioned.
Reply to This