Help for this page

Select Code to Download


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