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 is just a glorified eval `cat FILE` mechanism.
... without creating a sub-process and running cat, of course.
Alexander
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Use of do() to run lots of perl scripts
by LanX (Saint) on Mar 03, 2021 at 18:37 UTC |