Help for this page

Select Code to Download


  1. or download this
    #! perl -w
    
    ...
      { 'Batch_Date'           =>  [  4 ..  11] },
      { 'Batch_Type'           =>  [ 12 ..  12] },
    ];
    
  2. or download this
    # Accessing an AoA 
    my $transaction_record_fields_method2 = [
    ...
    ];
    print $transaction_record_fields_method3->[2]{name}, "\n";
    print Dumper($transaction_record_fields_method3->[2]{range});