Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: the basic datatypes, three

by Anonymous Monk
on Mar 19, 2009 at 06:05 UTC ( [id://751630]=note: print w/replies, xml ) Need Help??


in reply to the basic datatypes, three

I think "To find the size of an array you can you can do scalar(@a) which would return 3 originally and 4 after $a[4] was set to 4;" is wrong. If you set $a[4], scalar(@a) should return 5. I think you meant $a[3]. --skr

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-24 08:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found