in reply to Re: Symbol Table entry always return defined for {SCALAR}!!!
in thread Symbol Table entry always return defined for {SCALAR}!!!
For example, if you have
you will have in the Symbol Table of main an entry for $foo (actually *foo), since the $foo in the print point to a spackage main ; print "$foo" ;
|
|---|