Help for this page

Select Code to Download


  1. or download this
    >perl -le"print length unpack 'A', \'n';"
    1
    
  2. or download this
    >perl -le"print length unpack 'A', 'S';"
    1
    
  3. or download this
    >perl -le"print length unpack 'A', qq{\n};"
    0