On 08/01/2007 10:24 PM, Jeff Pang wrote:
[...]
$ perl -e 'print "true" if 1=1'
Can't modify constant item in scalar assignment at -e line 1, at EOF
Execution of -e aborted due to compilation errors.
[...]

perl -le 'print "true" if 1==1'

perldoc perlop




--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to