Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^4: Perl stricter than my OS regarding file/dir names

by revdiablo (Prior)
on Feb 15, 2006 at 21:13 UTC ( [id://530524]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Perl stricter than my OS regarding file/dir names
in thread Perl stricter than my OS regarding file/dir names

A bare block is a loop construct, so that next won't propagate out. Quick demonstration:

$ perl -le 'for (1..10) { { next if 1 }; print }' 1 2 3 4 5 6 7 8 9 10

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (2)
As of 2024-04-25 06:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found