Help for this page

Select Code to Download


  1. or download this
    my @newArray =
      (
    ...
        {my ($lhs, $rhs) = /(.*?)=(.*)/; $lhs =~ tr/_/./; "$lhs=$rhs"}
        @array
      );
    
  2. or download this
    use strict;
    use warnings;
    ...
      );
    
    print join "\n", @newArray;