Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Different behaviour of count++ or misunderstanding?

by hdb (Monsignor)
on Apr 11, 2014 at 09:39 UTC ( [id://1081937]=note: print w/replies, xml ) Need Help??


in reply to Different behaviour of count++ or misunderstanding?

In the first iteration $count++ evaluates to zero and thus the and short-circuits and the push is not executed. If you compare the contents of @test_array in both cases you will see that the first element is missing.

Replies are listed 'Best First'.
Re^2: Different behaviour of count++ or misunderstanding?
by vagabonding electron (Curate) on Apr 11, 2014 at 10:10 UTC

    Thank you very much! After changing $count++ to ++$count there is no difference anymore.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-18 03:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found