sub lowest {
@array = ("$x,$y,$z");
print join(' ', sort { $a <=> $b } @array, "\n"); }
I've been staring at this code trying different aproches for days now any sugetions would be much appeciated
In reply to perl help sort by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |