- or download this
use strict;
...
[ 'payment_direct', 'N', 'A2'],
);
%Claim_Table = get_table();
- or download this
Main:
...
push(@claim_records, read_record($_));
}
close(CLAIMS);
- or download this
&Sort_File($sort_by, @claim_records);
}
- or download this
sub Sort_File {
...
print STDOUT $record->{'claim_number'}, "\n";
}
}
- or download this
sub read_record {
my ($line) = @_;
...
}
return %table;
}