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

Re^3: Boolean counter?

by ikegami (Patriarch)
on Dec 07, 2009 at 17:08 UTC ( [id://811561]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $toggle = - --$toggle;
    
  2. or download this
    $toggle = -( $toggle - 1 );
    
  3. or download this
    $toggle = 1 - $toggle;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-24 20:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found