Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    close $inFH or die $!;
    
    print Data::Dumper->Dumpxs( [ \ @AoA ], [ qw{ *AoA } ] );
    
  2. or download this
    @AoA = (
             [
    ...
               '3'
             ]
           );
    
  3. or download this
    use strict;
    use warnings;
    ...
    close $inFH or die $!;
    
    print Data::Dumper->Dumpxs( [ \ @AoA ], [ qw{ *AoA } ] );