in reply to Re^2: help with user selected hash operations?
in thread help with user selected hash operations?
i'm not sure i can /see/ what "next;" is doing
Do you see it now? You do really need to understand the core concepts, like loops, if's and most importantly true/false. If you don't: this happens. I'm all for learning by example - this is the natural way our brain works - but you need examples of one core concept at a time.for ( 1 .. 3 ) { print "The father\n"; print "The son\n"; next; print "But no holy ghost\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: help with user selected hash operations?
by lunette (Acolyte) on Oct 30, 2017 at 17:02 UTC |