if (defined &$action) { &$action; } else { die "Unknown action '$action'\n\nUsage here\n"; }
In reply to Re: Command line tool coding style?
by perrin
in thread Command line tool coding style?
by Aristotle
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |