in reply to Re: Re: can't use string as a SCALAR ref while strict refs
in thread can't use string as a SCALAR ref while strict refs
for your output. The setting of $$a to 2 sets the global $b to 2, but inside the block $b refers to the lexical $b with no symbol table entry.b = 1 b = 2
|
|---|