Help for this page

Select Code to Download


  1. or download this
    my $account_hash = $accounts->{78};
    
    ...
        }
    
    print Dumper $account_hash{ transactions };
    
  2. or download this
    A,01,Newton,Issac,Physics, 5.6      
    B,144.56                            
    ...
    B,25.63                             
    B,89.56                             
    B,7789.23
    
  3. or download this
    %accounts = ( 
    ’78’ => { 
    ...
    ’surname’ => ’Merx’, 
    ... 
    },
    
  4. or download this
    use strict;
    use warnings;
    ...
    }
    }
    print Dumper @transactionamount;