stevieb has asked for the wisdom of the Perl Monks concerning the following question:
I'm updating one of my modules which will facilitate automating the injection of code into Perl (and Python) files (primarily inside of subs).
My question is whether there's a way to perl -c an array of perl code as a whole without executing it within a running program, where each element in the array is a line of code?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: "perl -c" an array of code in a running program
by BrowserUk (Patriarch) on Jul 21, 2015 at 23:25 UTC | |
|
Re: "perl -c" an array of code in a running program
by Eily (Monsignor) on Jul 21, 2015 at 23:13 UTC |