Help for this page

Select Code to Download


  1. or download this
    $ perl -wE '$_="\01\02"; say length; tr/\000-\007//; say length'
    2
    2
    
  2. or download this
    $ perl -wE '$_="\01\02"; say length; tr/\000-\007//d; say length'
    2
    0