in reply to Re: $^O empty in windows powershell
in thread $^O empty in windows powershell
the following code does not output anything:
perl -e 'print "this is a test";'I can't figure out why, shouldn't this work?
this works though:
perl -e 'print qq(this is a test);'
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: $^O empty in windows powershell
by LanX (Saint) on Nov 22, 2022 at 14:48 UTC | |
by LanX (Saint) on Nov 22, 2022 at 20:43 UTC | |
by eyepopslikeamosquito (Archbishop) on Nov 22, 2022 at 21:56 UTC | |
by LanX (Saint) on Nov 22, 2022 at 22:17 UTC |