vladb has asked for the wisdom of the Perl Monks concerning the following question:
Why does it show 10 there when i do $#self->{op_stack}.? Should it not display '0' since that's the last index of the array as seen in earlier dump of that array via 'x' command?CFML::Parser::TAG::Container::owner_of(/export/home/vlad/scratch/LIB/C +FML/Parser.pm:792): 792: $self->{op_stack}[++$#self->{op_stack}] = $t +hing; DB<1> x $self->{op_stack} 0 ARRAY(0x3f513c) 0 "\cJ\cI " DB<2> x $#self->{op_stack} 0 10 DB<3>
| "There is no system but GNU, and Linux is one of its kernels." -- Confession of Faith |
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(Ovid) Re: Special characters in array
by Ovid (Cardinal) on Dec 27, 2001 at 00:56 UTC | |
|
Re: Special characters in array
by chip (Curate) on Dec 27, 2001 at 02:12 UTC |