Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    my $string_re = qr{(?><SOH>|\^A|\cA)};
    
    say for split $string_re => $test_string;
    
  2. or download this
    $ pm_soh_split.pl
    soh_string
    ...
    ctrl_a_string
    soh_string
    caret_a_string