in reply to use strict
I saved this code as a pl file and ran it from the command line. It came up with a lot of errors that the variables are not declared. Include your hashes and variables in your line 13
and your problems should be sorted. Update: You lines should look like this..my ($month, $num, @data, $date, $hours, $name, %total, $ttlevnts, %hou +rsWorked, $ttlhrsbottum...etc);
-----my ($month, $num, @data, $date, $hours, $name, %total, $ttlevnts, %hou +rsWorked, $ttlhrsbottum, $ttlhrsbudrow, $ttlhrscaptan, $ttlhrshughes, + $ttlhrsmarchand); my ($ttlhrsmedina, $ttlhrsnewbrough, $ttlhrsrico, $ttlhrsshelton, $ttl +hrssweredoski, $ttlhrstryon, $ttlhrswerner, $ttlhrswilliamspearce);
|
|---|