Help for this page

Select Code to Download


  1. or download this
    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.
    
  2. or download this
    C:\temp>perl -e "print -s($_) <= 2"
    1