in reply to Re: Good Style for Small Apps
in thread Good Style for Small Apps

Instead of multiple scripts to add, remove, update records generally I would write one script that uses command line arguments (eg: Getopt::Long) and a "dispatch table". eg:

Also there are several "dispatchers" on the CPAN of all flavors :) Re: Can anybody tell me how MooX::Cmd is supposed to work?, App::Cmd...