4 lines
46 B
Perl
4 lines
46 B
Perl
|
|
sub test_num {
|
||
|
|
return $_[0] <=> $_[1];
|
||
|
|
};
|