Help for this page

Select Code to Download


  1. or download this
    >perl -wle"$x = 010; print $x; print $x == 10 ?1:0"
    8
    0
    
  2. or download this
    >perl -wle"$x = '010'; print $x; print $x == 10 ?1:0"
    010
    1