Help for this page

Select Code to Download


  1. or download this
    my $j = 1;
    my $p = $s[1]; #values are present starting from 1st index
    ...
        }
        $j++;
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
    }
    
    dd $min,$min_idx;
    
  3. or download this
    [96, 40, 65, 98, 46, 17, 2, 60, 12, 67]
    (2, 6)