Help for this page

Select Code to Download


  1. or download this
    D:\>perl -wle "print '#' . unpack('A*', 'abc   ') . '#';"
    #abc#
    
    D:\>perl -wle "print '#' . unpack('A*', 'abc   d') . '#';"
    #abc   d#