Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use List::MoreUtils qw(mesh);
    ...
        push @AoH, { mesh(@columns, @{[split /\|/,(shift @array)]}) } ;  
    };
    print Dumper @AoH;
    
  2. or download this
    C:\>perl test.pl
    $VAR1 = {
              'source_id' => 'source',
    ...
            };
    
    C:\>