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.
Here Here! (Score:1)
A quick example... sub custnum(value) does sanity checking on the value passed in. Now, any code in that same module can save directly to $self->{customnum}, but they miss the sanity checking code.
I think there is afine line in there. IT all depends on the data being set, and if there are any data manips/check that should
Re:Here Here! (Score:2)
-Dom
AKA... (Score:1)
...Eating your own dog food.
See Andy's post from late 2003 [perl.org]
cheap overtime (Score:2)
What kind of a sweat shop are you running that pays overtime hours at half the normal rate? (It sounds like a programming shop, except that there overtime hours get (wage * 0.0) :-)
Re:cheap overtime (Score:2)
Oops! Fixed, thanks.
Outside-Out (Score:2)
The opposite of Inside-Out is Outside-Out, or Inside-In, or just plain and simple: "normal".