in reply to Re: Not sure how to handle this scope
in thread Not sure how to handle this scope
"Braces always create a new scope"
Unless they create a $hash ={a=>1} or are used for enclosing ${identifiers} or are used to dereference a $hash->{a} ... or...?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Not sure how to handle this scope
by Anonymous Monk on Aug 21, 2021 at 13:37 UTC |