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

RE: Flipper

by merlyn (Sage)
on May 21, 2000 at 04:12 UTC ( [id://13943]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for (1..12){ 
      print "$Cheers[$flip = ++$flip % 4]\n"; 
    }
    
  2. or download this
    $flip = ($flip + 1) % 4;
    
  3. or download this
    ($flip += 1) %= 4;
    

Log In?
Username:
Password:

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

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

    No recent polls found