my @sorted_vfs = sort {print "a: ",$a->start(), " b: ",$b->start(),"\n"; $a->start() <=> $b->start() } @vfs;
In reply to Re: why doesn't this sort work?
by Marshall
in thread why doesn't this sort work?
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |