But:perl -Mconstant=x,1 -MO=Deparse -e 'print x x x' print '1' x '1'; -e syntax OK
perl -MO=Deparse -e 'sub x {1} print x x x' sub x { 1; } print x(x(x())); -e syntax OK
In reply to Re^10: Definition of numerically equal and rationale for 'you' == 'me'
by JavaFan
in thread Definition of numerically equal and rationale for 'you' == 'me'
by andreas1234567
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |