Help for this page

Select Code to Download


  1. or download this
    $s = pack 'C*', 33 .. 126;;
    
    ...
    
    print $s;;
    0000000001111111111222222222233333333333333333333333333333333333333333
    +333333333333333333333333
    
  2. or download this
    $s = pack 'C*', 33 .. 126;;
    
    ...
    
    print $s;;
    0000000001111111111222222222233333333333333333333333333333333333333333
    +333333333333333333333333