Help for this page

Select Code to Download


  1. or download this
    print Dumper( keys   %{ $transaction_record_fields_method1->[2] } );
    print Dumper( values %{ $transaction_record_fields_method1->[2] } );
    
  2. or download this
    my ($name) = keys %{ $transaction_record_fields_method1->[2] };
    my $range  = $transaction_record_fields_method1->[2]->{$name};