how not to be ethical
Date: 10/04/05
(Web Development) Keywords: no keywords
sub if_err_die { my $err = shift; die($err) if ($err); }
this is Perl code which has no other purpose than masking the original sources of error messages. so far as I can tell its only value is the generation of consulting work.
Source: http://www.livejournal.com/community/webdev/250054.html
|