Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    for (@$AoH_orig) {$_->{'title'} =~ s/-/_/g};
    
    print Dumper($AoH_orig);
    
  2. or download this
    $VAR1 = [
              {
    ...
                'title' => 'ccc_ccc'
              }
            ];