Tag: perl

Here you can see a listing of all the posts tagged with perl on this website.

  • Learning time of the year

    Posted on Aug. 4, 2007 at 21:05 +0200 Tagged with , , , ,

    Summer-time is learning-time for me. Every holiday-season I take the time to try something new, to learn new techniques etc. in order to have more options available to solve future problems. This year I want to take a sneak peak at Perl, Haskell and once again try to write some GUI application in Objective-C with Cocoa.

    [more ...]

    0 comments

  • Just think PIE!

    Posted on Feb. 18, 2007 at 19:57 +0100 Tagged with ,

    While I was listening to a recent Lullabot Podcast someone meant that TextWrangler has soooo nice multifile string-replacement features. Well, definitely nice :-)

    But if you don't have TextWrangler or simply prefer the commandline way of life, this might be quite handy:

    perl -p -i.old -e 's/lili/lala/g' test.txt test2.txt

    [more ...]

    0 comments