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

 do file reads a file and executes it. That happens in an unrelated scope with regards to the main script,

Same scope is same scope

Replies are listed 'Best First'.
Re^3: Use of do() to run lots of perl scripts
by LanX (Saint) on Mar 03, 2021 at 00:58 UTC