- or download this
Lateur Bart 97
Pierce Jerrad 96
Unknown planetscape 101
Miller Katie 86
- or download this
use warnings;
use strict;
...
}
print Dumper(\%hash);
- or download this
print %{ $hash{$lname}{$fname}{$score} }\n";
- or download this
C:\Perl\bin>perl test16.pl test.txt
Global symbol "$lname" requires explicit package name at test16.pl lin
+e 12.
Global symbol "$fname" requires explicit package name at test16.pl lin
+e 12.
Global symbol "$score" requires explicit package name at test16.pl lin
+e 12.
Execution of test16.pl aborted due to compilation errors.