- or download this
my $numerator;
my $denominator;
- or download this
if ($indicator eq "SH"){
$numerator = $last_element;
}
- or download this
elsif ($indicator eq "SL"){
$denominator = $last_element;
}
- or download this
else {
print "\nError: There has been an unexpected string within the sec
+ond to last element of the array\n";
}