Help for this page

Select Code to Download


  1. or download this
      $ perl -e 'system("echo -e \"\xFF\x08\x01\" | od");'
    0000000 062455 177440 000410 000012
    ...
      $ perl -e 'system("echo -e \"\xFF\x08\x00\" | od");'
    sh: 1: Syntax error: Unterminated quoted string
     $