September 2010

  • Beginner's dance class

    Beginners' Dance Class: http://www.youtube.com/watch?v=y64Ynur-veU

    Perl turned 20 a couple of years ago. It has been with us since the Web has learned to crawl. Long before php, java beans and web application frameworks. There is tons of old perl out there, but there is also new perl code which runs on modern websites. Sometimes it is hard to find what is what.

  • Dancer: Avoid session altogether

    I found a new toy: Dancer, the minimal effort perl web framework, see http://perldancer.org. Main advantage: easy to start even without any real webapp experience, good learning curve, nice community (still somewhat small) . Dancer code looks good. Some would even say elegant.

    Anyways, I just noticed that I don't even need a session. I can just load info in class variable

    our $memory_cache;

Theme provided by Danetsoft under GPL license from Danang Probo Sayekti