Perl Programming – Bubble Sort a String
After getting familiar with the syntax of a language, performing little challenges – such as sorting a list of items – is often the next thing one might try. So, although I’d previously lots of Perl experience, having focused on other things for a while I was decidedly rusty, and decided to reactivate my Perl braincells, and write a little program to bubble sort a string in Perl.
Continue reading »