C:\temp>perl -e "print -s <= 2" Warning: Use of "-s" without parentheses is ambiguous at -e line 1. Unterminated <> operator at -e line 1. #### C:\temp>perl -e "print -s($_) <= 2" 1