Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    my $AoH_new = map { $_->{'title'} =~ s/-/_/g } @$AoH_orig;
    
    print Dumper($AoH_orig);
    
  2. or download this
    $VAR1 = [
              {
    ...
                'title' => 'ccc_ccc'
              }
            ];