in reply to Re: 'local' for imported variables doesn't work as expected (4 updates)
in thread 'local' for imported variables doesn't work as expected
The reasons for this are unclear to me
In the hash case, local replaces the SV in one hash. You then access the SV via the same hash.
In the scalar case, local replaces the SV in one package. You then access the SV found in a different package.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: 'local' for imported variables doesn't work as expected [4 updates]
by ikegami (Patriarch) on Oct 04, 2024 at 14:52 UTC |