Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Refactoring: dumb or witty use of ternary operator?

by Abigail-II (Bishop)
on Jun 22, 2004 at 10:06 UTC ( [id://368656]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $outhash {$str} ||= 0;
    $outhash {$str} ++;
    
  2. or download this
           "undef" is always treated as numeric, and in particular is
           changed to 0 before incrementing (so that a post-increment
           of an undef value will return 0 rather than "undef").
    

Log In?
Username:
Password:

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

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

    No recent polls found