2018
2011
Perle fraîche - Linux Attitude
by sylvainulg (via)Un chouette bouquin pour exploiter au mieux le CPAN, donc, dirait-on.
2010
An eight-line REPL in Perl.
by sylvainulg (via)interesting, but a bit crude on the input (only raw, no history) and ...
@x = (paul john george ringo)
just prints out "4" :-/
you have to type "@x" to actually get the beatles displayed.
2009
Crucial Concepts Behind Advanced Regular Expressions - Smashing Magazine
by kemar & 3 otherstiens je ne connaissais pas les opérateurs paresseux dans les expressions régulières http://bit.ly/UwxqP [from http://twitter.com/kemar/statuses/1736010000]
Ruby - search.cpan.org
by kemarLaughing at: "Ruby - Perl interface to Ruby interpreter - search.cpan.org" ( http://tinyurl.com/4mkff8 ) [from http://twitter.com/kemar/statuses/835849643]
Leaning toothpick syndrome - Wikipedia, the free encyclopedia
by sylvainulg (via)When you wish " wasn't " but ' or whatever else ...
print qq|$text|;
m{ftp://[^/]*/pub/}
2008
Kephra - News
by jdrsantosThis Editor wants to provide a free, easy and comfortable writing experience.
Therefore we chose Perl, Scintilla and wxPerl, our binding to wxWidgets, to realize it.
Our goal is to make this software crossplatform, nonintrusive and interoperable.
inotify for Linux - Edoceo, Inc.
by sylvainulg (via)given that you installed the package liblinux-inotify2-perl, you can quite simply get notifications in PERL. Here's how ^_^
nb: bindings also exists for python and ruby, and inotify-tools package provide watch & wait commands suitable for shell-scripters.