in reply to Re^2: Why programming is so much more than writing code
in thread Why programming is so much more than writing code
Better would be:Modification of a read-only value attempted at 614055.pl line 3.sub SUB_NAME { # sort by the specified columns $_ = $a->[$_] <=> $b->[$_] and return $_ for 3, 2, 1, 0, 4; return 0; }
|
|---|