Help for this page

Select Code to Download


  1. or download this
    foreach (@array) {
        @hash{qw<source_id exchange_id status exchange desc depth_flag dep
    +th_indic>} = split /\|/;
        push @AoH, {%hash};
    };
    
  2. or download this
    foreach (@array) {
        push @AoH, { @{ qw<source_id exchange_id status exchange desc dept
    +h_flag depth_indic> } = split /\|/} ;  
    };