![]() |
|
go ahead... be a heretic | |
PerlMonks |
Re: yet another sort issueby zby (Vicar) |
on Jun 23, 2003 at 11:41 UTC ( #268115=note: print w/replies, xml ) | Need Help?? |
In both examples you use strings as qw(1 2) means a list of strings. To have a list of numbers use (1, 2). By the way on my system I don't get any warning of that kind with any of the possibillities and I have a 5.8.0 on a cygwin system.
In Section
Seekers of Perl Wisdom
|
|