http://www.perlmonks.org?node_id=880168


in reply to Re: Scalar value @scores_sorted[$i] better written as $scores_sorted[$i]
in thread Scalar value @scores_sorted[$i] better written as $scores_sorted[$i]

With foreach is faster foreach (@scores ){ print $_."\n"; }