in reply to "strict" violation on "sort" command with perl 5.10
eval { use strict; () = sort { @$a <=> @$b } ([1], [2], 13) }; warn "Your error I believe: $@";
-Paul
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: "strict" violation on "sort" command with perl 5.10
by ikegami (Patriarch) on Apr 28, 2009 at 19:51 UTC | |
by AnomalousMonk (Archbishop) on Apr 28, 2009 at 22:36 UTC | |
by ikegami (Patriarch) on Apr 29, 2009 at 00:01 UTC |