Help for this page

Select Code to Download


  1. or download this
    while (my $line = <$fh>) {
        my $val = substr($line, $char_at, $num_chars);
    ...
            push @trnAccounts, substr($line, $char_at, $num_chars);
        }
    }