in reply to Re^8: Why did @$ variable bite me in the ass?
in thread Why did @$ variable bite me in the ass?

I noticed this list in the past, when playing around with the debugger.

But actually it's meaningless, cause all match vars are undeclared

perl -e 'print ">",exists $main::{1},"<\n"' ><

So most of these stash entries are just artifacts of the debugger's initialization and $5 was just never reached.

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)

PS: Je suis Charlie!