The Wayback Machine - http://web.archive.org./web/20131006030012/http://ironman.enlightenedperl.org/

  

 

enlightened perl organisation

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

  

Planet Perl Iron Man

signup banner
Join |  About |  Update your blog feed |  Report a problem

Only showing posts tagged "perl", "cpan" or "ironman" (or containing those words).

Older posts >
chromatic: Automation Paralysis and False Laziness
I suffer from self-inflicted false laziness. Here's what I mean and how I try to fight it.
Gabor Szabo (szabgab): Web based debugging article and the Perl Maven over 3000
As I was looking through MetaCPAN for modules using the DB debugger back-end I noticed Devel::hdb. It is an awesome project, providing a web-based debugger front-end for Perl.

For the full article visit Web based debugging article and the Perl Maven o [...]

Sebastian Willing: The five faces of a Perl hash item

PHP calls it associative array, JavaScript calls it object and - in the eyes of other (older) languages like C, BASIC, Pascal or Perl - all of them are wrong. An array has some items which may be addressed using their position in the list, but only a [...]

Claudio Ramirez: Also a Perl dev-room in FOSDEM 2014 (Februari)!
Just a “retweet” to a wider Perl audience: Great news: we're having a #Perl dev-room at #FOSDEM 2014! — claudio (@nxadm) October 2, 2013 Filed under: Uncategorized Tagged: conference, devroom, fosdem, ironman, Perl
Ricardo Signes (rjbs): the perl 5.10 lexical topic

In Perl 5.10, the idea of a lexical topic was introduced. The topic is $_, also known as "the default variable." If you use a built-in routine that really requires a parameter, but don't give it one, the odds are good that it will use $_. For example [...]

miguel prz (niceperl): (lxxvi) metacpan weekly report - DBIx::Class

This is the weekly favourites list of CPAN distributions. Votes count: 147

Week's winners (+3): DBIx::Class, Pinto

Build date: 2013/10/02 19:52:23 GMT


Clicked for first time:

Tokuhiro Matsuno: [perl] Text::Markdown::Hoedown was released

Text::Markdown::Hoedown was released on CPAN. It's a new markdown parser library for Perl5.

It's so great because:

  • T::M::H supports github extensions
  • T::M::H supports custom parsers. You can write markdown2confluence, markdown2hatena or something.

T::M [...]

Reini Urban (rurban): Compare projects p2, gperl, MoarVM
created by...
Toby Inkster (tobyink): Planet Moose - September 2013
Welcome to the second edition of Planet Moose, a brief write up on what's been happening in the world of Moose this month, for the benefit of those of you who don't have their eyes permanently glued to the...
Perl.org NOC: New rt.cpan.org SSL Certificate
Today we updated to a new 2048-bit SSL certificate on https://rt.cpan.org.
Please report any problems to the admin address at the bottom of every rt.cpan.org page.
Paul Evans (LeoNerd): Perl - Tickit - 0.40

Latest Tickit version (0.40) is now up on CPAN. Recent changes include:

  • Mouse drag-and-drop events (0.32)

    Windows now create more interesting events to represent mouse drag-and-drop operations. Starting, moving, and ending a mouse-drag all create event [...]

Jeffrey Ryan Thalhammer (thaljef): Pinto Road Show: Silicon Valley
The road show continues! This time, Jeffrey Thalhammer will be presenting Pinto at the Silicon Valley Perl Mongers meetup this Thursday, October 3. So come out and learn how a private CPAN made with Pinto can save you from hours
Read more ›
Jeffrey Ryan Thalhammer (thaljef): Docs For Modules In Your Pinto Repository
A couple weeks ago, Andy Gorman sent a patch for a new Pinto command that displays the perldoc for any module in the repository. I thought this was a great idea, but we weren’t quite sure about the design. So
Read more ›
Dave Cross (perlhacks): Perl Search Revisited

A couple of years ago I wrote a blog post about a Google Custom Search that I had set up to create a specialised search engine for Perl. Recently I’ve revisited this idea. I’ve given the search engine its own subdomain and I’ve adde [...]

kazuhiro osawa: homebrew libpng and Imager::File::PNG with Carton
for cpanm $ cpanm --look Imager::File::PNG $ perl ./Makefile.PL --libpath=/usr/local/opt/libpng/lib --incpath=/usr/local/opt/libpng/include for carton $ cd /usr/lib $ sudo ln -s /usr/local/opt/libpng/lib/libpng.dylib $ cd /usr/include $ sudo ln -s /u [...]
Gabor Szabo (szabgab): Licenses and the repository links on CPAN
Today I checked the 1,000 most recently uploaded modules again: DateHas licenseHas repository link December 201282.6%49.6% February 201383.4%49.7% July 201387%60.1% September 201385%68% Checking the 5,000 most recent uploaded modules: DateHas license [...]
Tim Heaney (oylenshpeegul): That's how we role!
Last week, I talked about some of the ways we have to do objects in Perl. I also mentioned that in Go, we don't have classes or inheritance; everything is done with composition. What does that look like? package main import ( "fmt" "runtime" "time [...]
Reini Urban (rurban): Games
Alex posted a nice overview of Tk games in perl, along SDL games. I found out I never published my game UI, a pretty fast Sudoku solver in native Win32....
miguel prz (niceperl): (c) stackoverflow perl report

This is the ten most rated questions at Stack Overflow last week.
Between brackets: [question score / answers count]
Build date: 2013-09-28 22:13:40 GMT


  1. How to tell if my program is being piped to another (Perl) - [10/2]
  2. In Perl, why does concatenating a [...]
Herbert Breunung: more thoughts on GCL
After the first burst of rants ähem layout of my cody GUI DSL I call in lack for a catchy bling name : GCL there are still some important holes to fill. Because the issue is not only to save...
JT Smith: Posted Firebase 0.0201 to JT Smith
This is the new version of the Perl wrapper for the Firebase real-time web database. In this release I fix auth to work. I didn’t understand the Firebase docs when I set it up, so the old version would work...
Older posts >