Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: While issues

by ikegami (Patriarch)
on Feb 03, 2011 at 16:08 UTC ( [id://886017]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $cnr = 2;
    for my $xda ( shuffle 0 .. $total ) {
    ...
            last if --$cnr == 0;
       }
    }
    
  2. or download this
    for my $xda ( shuffle 0 .. $total ) {
        if ( defined $aob[$xda][ $y - 1 ] ) {
    ...
            last;
       }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (6)
As of 2024-04-24 09:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found