Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^5: Numification of strings

by ikegami (Patriarch)
on Aug 03, 2010 at 05:11 UTC ( [id://852598]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Numification of strings
in thread Numification of strings

More like "doesn't hurt".
++$count{$_} for @list;
would have to be written
$count{$_} = $count{$_}//0 + 1 for @list;
if warnings had an effect.

Log In?
Username:
Password:

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

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

    No recent polls found