in reply to solved: beginners trap: one liner
C:\>perl -le "print('aaa'.chr(10));" aaa C:\>
I honestly don't understand the point of one liners. If I want to run a short perl instruction, I open Notepad2, type, save, and press Ctrl+L. That runs the perl script.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: beginners trap: one liner
by perlancar (Hermit) on Jan 04, 2020 at 04:53 UTC | |
|
Re^2: beginners trap: one liner
by LanX (Saint) on Jan 04, 2020 at 02:09 UTC | |
|
Re^2: beginners trap: one liner
by Marshall (Canon) on Jan 04, 2020 at 07:41 UTC | |
|
Re^2: beginners trap: one liner
by Laurent_R (Canon) on Jan 04, 2020 at 22:31 UTC | |
|
Re^2: beginners trap: one liner
by Your Mother (Archbishop) on Jan 05, 2020 at 04:24 UTC |