Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^7: Hashes of Hashes of Arrays? Is it possible?

by Jim (Curate)
on Sep 09, 2011 at 02:55 UTC ( [id://924998]=note: print w/replies, xml ) Need Help??


in reply to Re^6: Hashes of Hashes of Arrays? Is it possible?
in thread Hashes of Hashes of Arrays? Is it possible?

Is there a Perl specific control break?

No. A control break is a general structured programming technique. It's not a feature of a specific programming language.

Or should I just permutate various loop control statements like unless, continue etc.?

Control breaks are implemented using if-then(-else) constructs inside and after an ordered-record-processing loop. Marshall explains the control break technique nicely in his reply to your inquiry.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-03-29 06:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found