Trying to run a simple Perl script in a command window and am getting error:
string terminator "\'" anywhere before EOF at -e line 1
Try: perl -e " print 'Hello..'; " This works in the Windows CMD.EXE console where quoting is not POSIX standardized.
perl -e " print 'Hello..'; "
CMD.EXE