this is my code
use strict; use warnings; use Data::Dumper; my @unsorted = map {int (1000 * rand ())} (1..100); my @sorted = sort_try (@unsorted); sub sort_try { } print Dumper \ @sorted;
In reply to How do i sort an numeric array without using sort function. Is ther any way to sort it just with loop in perl?? by Tabish
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |