Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Is using $#array Frowned on?

by shmem (Chancellor)
on Feb 13, 2014 at 20:54 UTC ( [id://1074893]=note: print w/replies, xml ) Need Help??


in reply to Is using $#array Frowned on?

The special variable $# (see perlvar), which got deprecated and is not longer supported, has nothing to do with the $#array expression which denotes the last index of @array.

It might well be that $# got deprecated because of such confusions...

perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'

Replies are listed 'Best First'.
Re^2: Is using $#array Frowned on?
by Kenosis (Priest) on Feb 13, 2014 at 21:00 UTC

    Good $#/$#array distinction.

Log In?
Username:
Password:

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

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

    No recent polls found