in reply to
limiting scope of 'eval'??
If you want to completely prevent the
eval
'd code from accessing outside variables, maybe you should run it with the
Safe
module.
Comment on
Re: limiting scope of 'eval'??
Download
Code
In Section
Seekers of Perl Wisdom