Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: Histogram Creation

by AnomalousMonk (Archbishop)
on Jul 19, 2018 at 14:38 UTC ( [id://1218838]=note: print w/replies, xml ) Need Help??


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:  <%-{-{-{-<

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1218838]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (5)
As of 2024-04-19 23:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found