Help for this page
#!/usr/bin/perl use strict; use warnings; ... smoothsort(\@tab); print "sorted tab = @tab\n"