Older blog entries for ggoebel (starting at number 0)

I was reading the following article about one-liners to reverse a string: http://www.advogato.org/article/1043.html

Figured I'd post an improved Perl answer. But I'm apparently just an Advogato "observer". Guess I can't de-lurk after all these years :)

In Perl 5: perl -e 'print reverse pop' fubar

And in perl 6: perl6 -e 'pop.flip.say' fubar

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!