in reply to Perl REPLs
My repl is basically the same 15 line perl script I wrote nearly 15 years ago. 3 years ago it looked like this.
Today, it looks like this:
It has at various times had more preloaded stuff, and less; and more and less logic in the loop, but the core 10 or so lines have barely changed at all.
It has never, and will never be published because then someone would want it to "work properly with lexical variables"; "automatically print the results of every evaluation"; and "support strict"; etc. All Of which I have no need for, nor the desire to complicate my single most used perl script ever, by adding.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl REPLs
by Discipulus (Canon) on Nov 04, 2016 at 09:02 UTC | |
by BrowserUk (Patriarch) on Nov 04, 2016 at 11:18 UTC | |
|
Re^2: Perl REPLs
by RonW (Parson) on Nov 03, 2016 at 19:02 UTC |