Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
        push @array_of_hash, \%hash;
    }
    use Data::Dumper; $Data::Dumper::Sortkeys=1; print Dumper(\@array_of_h
    +ash);
    
  2. or download this
    $VAR1 = [
              {
    ...
                'payment' => 3
              }
            ];