The reason for the warnings is that the split returns chunks like 9.gb.txt, which are not numeric. Try to just extract the number:
@sorted = map{$_->[0]} sort{$a->[1] <=> $b->[1]} map{ [$_, /(\d+)/g] } + @unsorted;
In reply to Re: Schwartzian transform deformed with impunity
by moritz
in thread Schwartzian transform deformed with impunity
by biohisham
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |