http://qs1969.pair.com?node_id=1218838


in reply to Re: Histogram Creation
in thread Histogram Creation

My personal preference is to have braces ...

My practice for largeish scripts is to have a block with a nice, big label on it and protection for unexpected exit from the block:

MAIN: { ... exit; # normal script exit } # end MAIN loop die "unhandled script exit"; # subroutines ############################################### ...


Give a man a fish:  <%-{-{-{-<