http://qs321.pair.com?node_id=139070


in reply to Command line tool coding style?

Why use OO for this?
if (defined &$action) { &$action; } else { die "Unknown action '$action'\n\nUsage here\n"; }