Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
       join qq{\0}, grep { m{^M$} .. m{^D$} } @dd;
    
    print Data::Dumper->Dumpxs( [ \ @AoA ], [ qw{ *AoA } ] );
    
  2. or download this
    @AoA = (
             [
    ...
               'D'
             ]
           );