in reply to Command line tool coding style?
if (defined &$action) { &$action; } else { die "Unknown action '$action'\n\nUsage here\n"; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Command line tool coding style?
by Aristotle (Chancellor) on Jan 16, 2002 at 05:34 UTC | |
by perrin (Chancellor) on Jan 16, 2002 at 07:43 UTC | |
by Aristotle (Chancellor) on Jan 16, 2002 at 17:40 UTC | |
by perrin (Chancellor) on Jan 16, 2002 at 23:10 UTC | |
by Aristotle (Chancellor) on Jan 17, 2002 at 02:40 UTC |