Help for this page
print "Sorted table...\n\n"; { no warnings 'numeric'; print sort { $a <=> $b } @table; }