http://www.perlmonks.org?node_id=154022


in reply to bubble sort in perl

Er... not to imply that this is a homework assignment, but if you know what a bubble sort is, how come you can't do it on a simple array of integers? I mean there's nothing tricky about that; perl does a bubble sort like most any other language...