in reply to Prior art reference, and comment
in thread Perl Programming guidelines/rules
How many systems are you backing up Bill the Anonymous Monk ? Are you going to deploy the script to every corner of the network, hack the configuration each time? What happens when the script is revised ? Magically diff the code updates from the variable hacks and then what. The OO call to Backup.pm could easily be a single config file. Update the module often as you like , all the config stays where it should be.
Backup->new( "/etc/sys-backup.cfg" );If I've typed it twice already, how many more times today before I make it a method? $self->grumpy_reply(\$parent) : )
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Prior art reference, and comment
by Abigail-II (Bishop) on Nov 22, 2002 at 14:10 UTC |