rblog

Sorting in Perl

I have had it with a menu in Build Forge – could not understand why the elements where not alphabetically sorted even though the Perl script generating the menu had a line like this

sort( @entries );

So Google to the rescue, I found this article about Perl Sorting Techniques http://www.perlfect.com/articles/sorting.shtml and just had to change the line of code to

@entries = sort { $a cmp $b } @entries;

Problem solved!

Vidunderbarn – Roy Jacobsen

Needed something to read when heading for Düsseldorf earlier this week, and this time I wanted something that more fiction than facts. Many years ago I read Seierherrene so I knew that he is a good writer. So therefore I did choose Vidunderbarn when at the book store at Gardermoen. Really enjoyable reading, even though the book leaves you with some unanswered questions – “…what did really happen…”. Well worth spending a few hours reading the book.