What am I missing?my @in = qw/foobarbazquux boo foobarbaz foobar/; my @out=sort {length($a) <=> length($b)} @in; foreach (@out) { print "$_\n"; }
In reply to Re: (OT) The Schwartzian Transform in Java
by fletcher_the_dog
in thread (OT) The Schwartzian Transform in Java
by djantzen
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |