- or download this
#!/usr/bin/perl
use say;
...
$ cat output.txt
abcd124 klmn124 100.00 2500.00 -2400.00 (WAIVED)
abcd123 klmn123 100.00 1000.00 -900.00 (VIOLATED)
- or download this
#!/usr/bin/perl
use say;
...
close $output
or warn "Could not close ".$result.": $!";
- or download this
#!/usr/bin/perl
use say;
...
$ cat output.txt
abcd123 klmn123 100.00 1000.00 -900.00 (VIOLATED)
abcd124 klmn124 100.00 2500.00 -2400.00 (WAIVED)