Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Re: Re: Perl Spots

by hossman (Prior)
on Aug 15, 2002 at 05:49 UTC ( [id://190311]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # Calculate screen
    for my $yi (0..$ROWS-1) {
    ...
            ...
        }
    }
    
  2. or download this
    # Calculate screen
    for (my $yi = 0; $yi < $ROWS; $yi++) {
    ...
            ...
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (7)
As of 2024-03-28 22:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found