- or download this
use strict;
use warnings;
- or download this
...
my $math=<STDIN>;
...
my $sci=<STDIN>;
...
- or download this
Bareword "n" not allowed while "strict subs" in use at ...
- or download this
use strict;
use warnings;
...
}
printf "Your average is: %.2f%%\n", ($sum / scalar(@subjects));