in reply to Re: Where is $# fully documented?
in thread Where is $# fully documented?
well in these 5.20 docs this is mentioned $aref->$#*; # same as $#{ $aref }
> but points 1 and 2 there address exactly what you are asking about.
Anywhere you'd put an identifier (or chain of identifiers) as part of a variable or subroutine name
So I suppose $# counts as a special function since its not a variable, but addressing an attribute of a variable?
Thanks anyway! :)
Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Where is $# fully documented?
by ysth (Canon) on Sep 23, 2014 at 17:25 UTC | |
by LanX (Saint) on Sep 24, 2014 at 09:43 UTC | |
by ikegami (Patriarch) on Sep 24, 2014 at 13:05 UTC | |
|
Re^3: Where is $# fully documented?
by ikegami (Patriarch) on Sep 23, 2014 at 14:48 UTC |