Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use Data::Dump qw( pp );
    ...
    pp $str;
    
    pp unpack 'C/a @0 CXC/x/a @0 CXCXC/x/x/a', $str;
    
  2. or download this
    "\4abcdefghijklmnopqrstuvwxyz"
    ("abcd", "efgh", "ijkl")