enlightened perl organisation

enlightened |en'litnd|: adjective:
having or showing a rational, modern, and well-informed outlook

  

Planet Perl Iron Man

Daily archive for Thursday, 03 May 2012

< Younger posts | Older posts >
Reini Urban (rurban): Updated parrot and rakudo releases for cygwin
I've updated the cygwin packages for parrot, rakudo and rakudo-star for cygwin. There were a couple of test failures and changes. See the patches and build specs here: http://code.google.com/p/cygwin-rurban/source/list and bugs here: https://rt.perl [...]
Sinan Unur (Sinan): Generate pretty weekly schedule charts using HTML::Template

This is another post inspired by a question on Stackoverflow.

The task is to take textual schedule information such as

0 24000 97200
1 52200 95400
2 0 0
3 37800 180000
4 0 0
5 48000 95400
6 0 0

and turn it into a an overview of the busy and free times o [...]

Moritz Lenz: SQLite support for DBIish

DBIish, the new database interface for Rakudo Perl 6, now has a working SQLite backend. It uses prepared statements and placeholders, and supports standard CRUD operations.

Previously the SQLite driver would randomly report "Malformed UTF-8 string" or [...]

perlcodesample: URLの中でコロン(:)などの予約語を使う / Mojoliciousリファレンス

 Mojoliciousのルーターは、細かい設定などができて、とても便利です。けれども、使ってみると:#*.が予約語になっているということに気づくと思います。

 これらの記号をURLの中で利用したい場合はあきらめるしかないのでしょうか(#はURLの中でフラグメントとしての意味を持つので除く)。以下のような指定では正しくパラメーターを取得することができません。

# 間違い (/20101114:mainでパラメータを正しく取得できない)
get '/(:date):(:id)' => su [...]
Gabor Szabo (szabgab): Perl Maven Cookbook
After a long period of yak shaving, yesterday I decided to go for the short-cut and set up a minimal system for the Perl Maven web site.

For the full article visit Perl Maven Cookbook

JT Smith: Posted CHI: Universal caching for Perl to JT Smith
Jonathan Swartz will give a talk at YAPC::NA 2012 described as: Caching is a critical piece of any performance-sensitive website or application. CHI provides a unified, implementation-independent caching API - a “DBI for caching”. It works with the g [...]
YAPC::NA: CHI: Universal caching for Perl

Jonathan Swartz will give a talk at YAPC::NA 2012 described as:

Caching is a critical piece of any performance-sensitive website or application. CHI provides a unified, implementation-independent caching API - a “DBI for caching”. It works with the ga [...]

< Younger posts | Older posts >