enlightened perl organisation

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

  

Planet Perl Iron Man

Daily archive for Friday, 25 May 2012

< Younger posts | Older posts >
chromatic: Keep Your ResultSets DRY
For your amusement, here's my fuzzy-headed bug of the day. I wrote this code. This application processes documents. A document may refer to one or more images outside of the document. Where this happens, we fetch all of those external...
Chris Weyl (RSRCHBOY): Cheap caching with AutoDestruct
I’ve seen a couple references lately to using lazy attributes as a form of caching.  This is a great approach to thinking about lazy attributes, they share one major attributes with traditional caching: you only have to build a (potentially) … Continu [...]
fREW Schmidt (fREW): Introducing DBIx::Class::UnicornLogger
More than a 1.5 years ago we added color coded, formatted SQL output to DBIx::Class. Since then I’ve tried adding various configurable logging facilities to the core, but I haven’t had much luck getting the API for that whipped into shape. So I’m giv [...]
fREW Schmidt (fREW): Introducing DBIx::Class::UnicornLogger
More than a 1.5 years ago we added color coded, formatted SQL output to DBIx::Class. Since then I’ve tried adding various configurable logging facilities to the core, but I haven’t had much luck getting the API for that whipped into shape. So I’m giv [...]
Lyle Melick: Loading an Excel Spreadsheet
A lot of what I'll be writing about is based on code I'm using in production.  It may not be the most optimized, the most "correct" or even all that elegant.  But it works for me.  If you're just getting started with perl, you may find this interesting [...]
Lyle Melick: Loading an Excel Spreadsheet
A lot of what I'll be writing about is based on code I'm using in production.  It may not be the most optimized, the most "correct" or even all that elegant.  But it works for me.  If you're just getting started with perl, you may find this interesting [...]
JT Smith: Posted DBIx::Class - the whirlwind overview to JT Smith
Frew Schmidt will give a talk at YAPC::NA 2012 described as: This talk will be a whirlwind overview based on the talk I did a couple years ago. The general overview version of that talk ended up in https://metacpan.org/module/DBIx::Class::Manual::Fea [...]
Permanent penis enlargement: Using penis enlargement stretchers
If you ever tried to look for a way to enlarge your penis online, it’s likely that you ran into penile stretchers and wondered whether these devices could actually help boost your size or not. With dozens of different devices that vary in design in p [...]
Nick Kostirya: Деструкторы для замыканий
Периодически ловил себя на мысли, что хорошо бы, чтобы у замыканий были дестркторы. И лишь вчера осознал, что это можно легко организовать "вывернув" замыкания на изнанку. Рассмотрим в качестве примера следующий код:

sub make_foo {
my $foo = shift;
[...]
Mark Keating (mdk): London Perl Workshop 2012
Announcements and proclamations London Perl WorkshopPromote your Page too If you have been folowing my Twitter feed (use the #lpw2012 tag) or are on any of the mailing lists or follow the LPW Facebook page, you will already know that the first call f [...]
YAPC::NA: DBIx::Class - the whirlwind overview

Frew Schmidt will give a talk at YAPC::NA 2012 described as: 

This talk will be a whirlwind overview based on the talk I did a couple years ago.  The general overview version of that talk ended up in https://metacpan.org/module/DBIx::Class::Manual::Feat [...]

< Younger posts | Older posts >