Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    /(.+?)\|(.+)/ and push @{$hash{$2}}, $1 for values %data;
    
    print Dumper \%hash;
    
  2. or download this
    $VAR1 = {
              'FLOWER|11+' => [
    ...
                                    '1065',
                                    '4449',
    ...