Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^5: perldelta unclear on 'given's fate

by LanX (Saint)
on Jan 04, 2014 at 16:00 UTC ( [id://1069296]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      for ($var){
        if (/abc/) { print "abc"}        # falls through
    ...
        if (/xyz/) { print "xyz" ;next}
        print "default";
      }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-18 01:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found