in reply to switch statement for subroutines?
for (@do_something) { /do_run/ ? do_run() : /do_walk/ ? do_walk() : /do_skip ? do_skip() : next; # ?!? catch none-of-the-above either error or default } [download]