Help for this page

Select Code to Download


  1. or download this
    while (<DUMP_ACCT_NO>) {
        chomp;
        my ($id, $accno) = split /\|/, $_;
        push @{$hashList{$guid}}, $accno;
    }
    
  2. or download this
    while(<DUMP_ID>){
        chomp;
    ...
            }
        }
    }