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 >
miguel prz (niceperl): (lxxxi) stackoverflow perl report

This is the ten most rated questions at Stack Overflow last week.
Between brackets: [question score / answers count]
Build date: 2013-05-19 18:56:24 GMT


  1. What is RMAGICAL? - [7/2]
  2. in perl(v5.14.2), why is map{+0,0}() correct but map{0,0}() not? - [7/1]
  3. Wha [...]
Marc Bellario: optimized wxperl packaged executable


The title indicates that I have the solution to the problem.   Actually - I don't -
I have just concluded that I am not going to worry about it at this time.

I have researched a bit - and concluded that there is probably no " easy " solution.
So at this [...]
Jess Robinson: Under the palm tree (2013-05-18-Daily-DONE.html)

Daily Done, 2013-05-18

  • Minecraft! Bees!

  • Re-jigged the jenkins build of Perl for android so that it actually works. It didn't repeat build unless config.* were removed first, probably a bug there somewhere! There was also a response to my bug report on [...]

Tokuhiro Matsuno: Perl 5.18.0 がリリースされています
https://metacpan.org/release/RJBS/perl-5.18.0/ 変更点については白方さんが翻訳してくれているので、こちらをごらんください。 http://perldoc.jp/docs/perl/5.18.0/perl5180delta.pod pl…
Goro Fuji (GFUJI): perl v5.18.0 released!

perl v5.18.0 がリリースされました。

このリリースでの新規機能はほとんどないものの、二つの非常に大きな変更があります。

ハッシュキーのランダム化

each(), keys(), values() で返されるハッシュキーの順番がハッシュ毎にランダムになりました。同じプロセス内、同じキーセットのハッシュでさえ順番が一致しなくなります。

use 5.18.0;
use strict;
use warning [...]
Rohan Almeida: Solving the Balanced Brackets task using Perl 6 – Part 1
I’ve been trying to learn Perl 6 for the past few months. I’ve done it all. i.e. the usual stuff. Download Rakudo, install it, read the Perl 6 book. I did learn some stuff but I got no satisfaction! There … Continue reading
chromatic: Including People
A conference Code of Conduct can be a positive statement of inclusion, if you look at it that way. Perl's YAPCs get many things right.
Christiaan Kras (Htbaa): Tmux scripting
I’ve been using tmux for a while no to manage my terminal sessions. One thing I kept on doing was after starting tmux that I would be manually adding windows, splitting them and issuing commands in each pane such as echoing the contents of log [...]
Christiaan Kras (Htbaa): Tmux scripting
I’ve been using tmux for a while no to manage my terminal sessions. One thing I kept on doing was after starting tmux that I would be manually adding windows, splitting them and issuing commands in each pane such as echoing the contents of log [...]
Dave Rolsky (autarch): My Take on the Latest YAPC Code of Conduct Kerfuffle
Michael Schwern has withdrawn as a speaker from YAPC::NA 2013 because he does not believe that the conference organizers will enforce the conference’s published Code of Conduct. This is based in part on a discussion (fight? spat? brawl?) that h [...]
Yanick Champoux (yanick): Escape::Houdini and Related Tales of Prestidigitation

Whoa, for someone who vowed to write a blog entry a week this year, I sure am getting sporadic.

Buuuut I don't angst too much about it, considering that the lack of movement above the water's surface belies the frantic paddling going underneath. Betwe [...]

Yanick Champoux (yanick): New And Improved: GitStore Meets MooseX::Storage
New and Improved!

A new version of GitStore -- which uses Git repositories as a persistent bag o' stuff for your Perl code -- is now on its way to CPAN, with some new small but (or so I think) nifty features.

Autocommit

That one is a no-brainer. Up to now, to save the c [...]

Joel Berger (jberger): My "Mojolicious Introduction" now updated for 4.0
On Feb 28, 2013 I gave a talk to Chicago.pm about Mojolicious. I called it an introduction, but I really wanted to show some of the features that sets Mojolicious apart. Because of this, the talk moves very fast. It...
Matt S. Trout (mst): An Incident Summary

A short note clarifying the results of an IRC incident.

Jess Robinson: Under the palm tree (2013-05-17-Daily-DONE.html)

Daily DONE, 2013-05-17

  • Fixed an issue with my email/fetchmail, somehow (!?) the sslfingerprint for my mail server changed, so no email was being delivered locally the last couple of days. (Fetched the cert and created a new fingerprint.. I hope it has [...]

Yanick Champoux (yanick): New And Improved: GitStore Meets MooseX::Storage
New and Improved!

A new version of GitStore -- which uses Git repositories as a persistent bag o' stuff for your Perl code -- is now on its way to CPAN, with some new small but (or so I think) nifty features.

Autocommit

That one is a no-brainer. Up to now, to save the c [...]

YAPC::NA: Interview with John SJ Anderson (aka genehack)

Do you still wonder if you should learn Perl? Do you know someone who is still undecided about it? Would you like to see the trainer before committing to the course?

In this interview John Anderson, the trainer of the Zero 2 Perl master class talks ab [...]

perlcodesample: Mojolicious 4.0がリリースされました
Mojolicious 4.0がリリースされました。MojoliciousはPerlのWebフレームワークのひとつです。 Mojolicious 4.0 released: Perl real-time web framework Joel Bergerという方が開発チームに入って、開発が順調に続いているそうです。4.0では、廃止予定になっていたAPIが削除されているので注意してください。 以下が3.0から4.0に至るまでの間に追加された機能の一覧です。 コンテンツジェネレーター:json [...]
Tokuhiro Matsuno: Devel::PathcPerl#determine_version
https://github.com/bingos/devel-patchperl/issues/12 bingos 氏に、perl distribution の tar ball を展開したディレクトリからバージョン情報をえる API を public API にしてもらった。…
David Golden: Anyone want vanillaperl.com?
I'm tired of paying the domain bill for vanillaperl.com (which currently just redirects to strawberryperl.com). It will lapse at the beginning of July unless someone wants to take it. If you're interested, leave a comment below and explain what you w [...]
Dominic Humphries (djh): Quicksort golf

I was going back over LYAH recently, and I came across the bit about Quicksort and how it's something of a poster child for Haskell because most other languages need 10+ lines of code to write it, whereas in Haskell you can do it in just a couple.

It [...]

Older posts >