in reply to Perl Programming guidelines/rules
Use OO Always might be appropriate in a CGI shop (I sure regretted not doing so once!), but would be serious overkill in some of the scripting glue elsewhere in production systems where Perl is a better Sh(ell). I don't need to write a Backup.pm and then say
perl -MBackup -e '$backup=Backup->new(); $backup->doit()', I can just write a backup.pl and run it. And for the better-grep-and-awk stuff, it's way overkill.
-- Bill n1vux
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Prior art reference, and comment
by submersible_toaster (Chaplain) on Nov 21, 2002 at 23:58 UTC | |
by Abigail-II (Bishop) on Nov 22, 2002 at 14:10 UTC |