Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: Boolean counter?

by eyepopslikeamosquito (Archbishop)
on Dec 07, 2009 at 19:36 UTC ( [id://811609]=note: print w/replies, xml ) Need Help??


in reply to Re: Boolean counter?
in thread Boolean counter?

Just to make "lookup-tables" prettier. ;-)

$counter = [ 1 => 0 ] -> [ 1 <= $counter ];

Replies are listed 'Best First'.
Re^3: Boolean counter?
by ikegami (Patriarch) on Dec 08, 2009 at 00:06 UTC
    ug, you create two variables every time you toggle it (one of which is an array!), and you rely on the undocumented values of <= returns. And the latter doesn't help make it prettier at all!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (3)
As of 2024-03-30 08:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found