Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Untillian Headache or about the semantic of until

by Discipulus (Canon)
on Feb 11, 2013 at 13:50 UTC ( [id://1018143]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <P>
    
    until ($odometer[$wheel] < 9 || $wheel < 0)<P>
    
  2. or download this
    use strict;
    use warnings;
    ...
        }
    }
    
  3. or download this
    until ($odometer[$wheel] < 9 || $wheel < 0) #ok original
    
    ...
    while ($odometer[$wheel] == 9 && $wheel >= 0)  # OK
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://1018143]
Approved by Corion
Front-paged by MidLifeXis
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found