Help for this page

Select Code to Download


  1. or download this
    my @array = (1.1,1.4,5.33,6.1,7.23,7.133,10,11);
    
  2. or download this
    use strict;
    use warnings;
    ...
      $itr++;
    }
    print "Range is $array[$itr-1] - $array[$itr]";