in reply to Prevent import of subroutines from eval
delete $::{foo};
Alternatively, use different packages in the evals. Just prepend
package eval1; # eval2 respectively
to each string.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Prevent import of subroutines from eval
by AnomalousMonk (Archbishop) on Oct 10, 2013 at 22:52 UTC | |
|
Re^2: Prevent import of subroutines from eval
by Swandog (Initiate) on Oct 11, 2013 at 16:42 UTC | |
by choroba (Cardinal) on Oct 11, 2013 at 17:24 UTC |