in reply to Re^2: Use of do() to run lots of perl scripts
in thread Use of do() to run lots of perl scripts

> Same scope is same scope

Nope!

It also differs in that code evaluated with do FILE cannot see lexicals in the enclosing scope

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

  • Comment on Re^3: Use of do() to run lots of perl scripts