enlightened perl organisation

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

  

Planet Perl Iron Man

Daily archive for Saturday, 28 April 2012

< Younger posts | Older posts >
Tokuhiro Matsuno: nana という tora 言語処理系をだしていた話

https://metacpan.org/module/nana

tora を perl5 の上でうごかす処理系である nana をだしておきました。

perl5 でうごいているので perl5 の関数もなんとなくよんだりできます。

import_perl("LWP::UserAgent")

my $ua = LWP::UserAgent.new()
my $res = $ua.get('http://utf-8.jp/')
say($res.content())

こんなかんじで書けますね。お気楽 [...]

Ricardo Signes (rjbs): Perl 5.16.0 is coming soon!

In October 2011, Jesse Vincent handed me the patch pumpkin, meaning that it's now my responsibility to keep Perl development on track and moving apace. One of the biggest parts of this responsibility is making sure that we release new versions of per [...]

Gabor Szabo (szabgab): Facebook vs Google+ for Perl projects
I guess the two dead-lines I have next week caused me to go in full procrastination mode and search for Perl based projects on Facebook and Google Plus.

For the full article visit Facebook vs Google+ for Perl projects

Uwe Voelker (Perl-Uwe): I registered a talk for YAPC::EU in Frankfurt
Last year I gave the same presentation (HTML5::Sanitizer) on GPW, YAPC::NA and YAPC::EU. This year I will give a different talk on every conference I attend (GPW and YAPC::EU).

I just registered "Hunting segfaults (for beginners)". This is the abstrac [...]
Michael Rasmussen (mikeraz): Weekly Meme Roundup: 2012-04-28
Someone Once Told Me "You'll always look young …" http://t.co/nI8yn5Qk # "It's 72. Warm enough for you?" said the day as it reminded me that movement and a dose of vitamin D was just what the doctor ordered. #bike # Hey all knowing web, need some hel [...]
Jamadam: Test::Mojo::DOMを作った
  Mojoliciousアプリの出力するDOMを詳細にテストするやつ。 https://githu [...]
Sebastian Willing: Undicht, Shopping und Fehler
Zoe ist seit einiger Zeit trocken und lange Zeit auch Nachts (mit seltenen Unfällen). Wenn sie Nachts mal muss, geht sie aufs Töpfchen und ruft so lange nach Mama bis wir wach sind. Seit einigen Tagen klappt das leider nicht mehr. Neuerdings ist es a [...]
Moritz Lenz: Meet DBIish, a Perl 6 Database Interface

In the aftermath of the Oslo Perl 6 hackathon 2012, I have decided to fork and rename MiniDBI. MiniDBI is intended as a compatible port of Perl 5's excellent DBI module to Perl 6. While working on the MiniDBI backends, I noticed that I became more an [...]

JT Smith: Posted Moose 101 to JT Smith
Sawyer X will give a talk at YAPC::NA 2012 described as: I’m assuming you’ve heard of Moose, right? That kickass object oriented framework that has taken the Perl world by storm. You know the one! In case you’ve ever wondered...
YAPC::NA: Moose 101

Sawyer X will give a talk at YAPC::NA 2012 described as:

I’m assuming you’ve heard of Moose, right? That kickass object oriented framework that has taken the Perl world by storm. You know the one!

In case you’ve ever wondered “what is Moose?” or “how c [...]

David E. Wheeler (Theory): Sqitch Update

A quick update on Sqitch. I started implementation about a couple of weeks ago. It’s coming a long a bit more slowly than I'd like, given that I need to give a presentation on it soon. But I did things a little differently than I usually do with proj [...]

Welton Rodrigo Torres Nascimento (motoboi): Interleave pages of PDF files.

I came to this problem when needed to scan a bunch of two-sided documents. Not a real problem when if you have a ADF capable of scanning two-sided documents.

But the one available to me was not such a beauty.

So, I quickly pulled out my Perl knowledge [...]

Sinan Unur (Sinan): How do you pass the PostData argument to the Navigate method of IWebBrowser2 using Win32::OLE?

Some years ago, well before Selenium made its debut, I wrote a program that scraped some information from a U.S. government web site. It was one of those "Made for Internet Explorer 6" monstrosities with 1 - 3 MB ViewStates embedded in each page. Mos [...]

< Younger posts | Older posts >