September 2010
-
Beginner's dance class
Submitted by Maurice on Wed, 09/01/2010 - 22:09Beginners' 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.- Maurice's blog
- Login to post comments
- Read more
-
Dancer: Avoid session altogether
Submitted by Maurice on Wed, 09/01/2010 - 20:41I 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;- Maurice's blog
- Login to post comments
- Read more
