Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

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

by capriguy84 (Novice)
on Sep 08, 2011 at 22:51 UTC ( [id://924970]=note: print w/replies, xml ) Need Help??


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

Jim, Is there a Perl specific control break? Or should I just permutate various loop control statements like unless, continue etc.?
  • Comment on Re^6: Hashes of Hashes of Arrays? Is it possible?

Replies are listed 'Best First'.
Re^7: Hashes of Hashes of Arrays? Is it possible?
by Jim (Curate) on Sep 09, 2011 at 02:55 UTC
    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://924970]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (2)
As of 2024-04-25 23:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found