| 1 | #!/usr/bin/perl |
1 | #!/usr/local/bin/perl |
| 2 | |
2 | |
| 3 | ## $Id$ |
3 | ## $Id$ |
| 4 | |
4 | |
| 5 | use lib '/ww/webwork/development/'; # mainWeBWorKDirectory; |
5 | use lib '/ww/webwork/gage_system/webwork/system/lib/'; # mainWeBWorKDirectory |
| 6 | use Global; |
6 | use Global; |
| 7 | |
7 | |
| 8 | # This file is columnPrint.pl Note: warning messages given by -w switch can safely be ignored AKP 8/20/96 |
8 | # This file is columnPrint.pl Note: warning messages given by -w switch can safely be ignored AKP 8/20/96 |
| 9 | |
9 | |
| 10 | # Call with command arguments of the form: inputFile outputFile |
10 | # Call with command arguments of the form: inputFile outputFile |