If I type: perl -e 'print "XXX";' I get the error message: Can't find string terminator "'" anywhere before EOF at -e line 1. (That's a single quote between 2 double quotes.)
I get the same error if I type: perl -e 'print $a;'
I get no error if I type: perl -e '$a=3;', but of course no output either.
Does anyone have any idea what the problem is or how I could debug the problem?
In reply to command line error by hsfrey
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |