Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Question about ++ and hash value

by grep (Monsignor)
on Dec 08, 2007 at 23:46 UTC ( [id://655899]=note: print w/replies, xml ) Need Help??


in reply to Question about ++ and hash value

++ is the auto-increment operator.
$hash{$line} is a hash assignment

So $hash{$line}++ auto-increments the value of $hash{$line}

Also please read Writeup Formatting Tips and use <code> tags around your code

grep
One dead unjugged rabbit fish later...

Replies are listed 'Best First'.
Re^2: Question about ++ and hash value
by ada (Novice) on Dec 09, 2007 at 00:01 UTC
    Ok thanks, so I guess that each value increases by how many occurances there are of the key in the hash. Is this the understanding?

Log In?
Username:
Password:

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

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

    No recent polls found