Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Unexpected Output

by nvivek (Vicar)
on Jul 28, 2010 at 11:41 UTC ( [id://851703]=note: print w/replies, xml ) Need Help??


in reply to Unexpected Output

For checking the length of an array,don't use $#arrayname because it won't give the number of elements in an array and it gives the highest index of the array which is number of elements - 1 in the array.If you want to check the length of an array, you assign an array to scalar, then it will give the actual number of elements in the array.There is one more problem in $#arrayname, it gives the value by adding the value of $[ with highest index of an array.In your script, if you change the value of $[ variable, then $#arrayname won't give the correct value.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (12)
As of 2024-04-23 08:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found