Linklog » Tags » perl

the cpan testers matrix is a really good tool (especially for a cpan tool) - an at-a-glance report of how well your various modules are testing (and motivating me to fix the failing ones) »« 12:13 25/08/09 | permalink | perl

i didn't realize there'd be so much movement on rakudo. it's looking pretty snazzy »« 10:43 19/07/08 | permalink | perl coding

kellan points out this interesting old TPJ article on problems with localization and gettext. the solution isn't really any good, but the problem is real »« 12:15 04/04/08 | permalink | perl localization code

aside from the final calculation being highly dubious, the perl module dependancy viewer is pretty neat »« 05:54 09/11/07 | permalink | perl coding

remotely set the 'ready' message on networked HP printer using some perl. been playing with this in the office to nice effect »« 11:04 23/10/07 | permalink | perl

ack is awesome [via asc] »« 15:56 15/08/06 | permalink | perl grep

get it while it's hot - the perl color ascii art library »« 13:43 26/03/06 | permalink | perl code images asciiart

i need to take a look at the gnupod module to see if i can hook up ipod play counts to lastfm for better stat tracking »« 00:44 15/01/06 | permalink | ipod perl music

higher-order javascript is a nice digression from mjd's higher-order perl [via aaron] »« 15:12 21/11/05 | permalink | perl javascript

aaron points out the Acme::DRM module. read the method descriptions carefully - brilliant. »« 20:12 04/11/05 | permalink | perl drm acme

annopan is an annotation engine for cpan. part of me is thankful for the service, but i mostly wish search/rt/anno/testers/forum/backpan/ratings were a single product. »« 13:16 10/10/05 | permalink | cpan perl annotations

mike b pointed me to this bizarre article from IBM's daniel sabbah describes lamp as "going to have to grow up at some point". err, right. because lamp clearly doesn't scale. it's not like the biggest websites in the world use it. ryan tomayko's response is on the mark. »« 12:40 02/07/05 | permalink | lamp ibm linuux apache mysql perl php webdev yahoo

wow. i totally have a debian package. in STABLE ffs. »« 00:05 17/06/05 | permalink | perl debian

those scamps at oreilly are publishing a perl style guide by sir conway - must be required reading. »« 11:50 13/06/05 | permalink | books oreilly perl damienconway

schwern's post about JSAN is pretty interesting. especially the loading-direct-from-repos stuff. mmmmm »« 12:19 09/06/05 | permalink | javascript perl includes cpan

i'm currently rewriting the X:P:L:T:X module using the CADT model, but i have an excuse. as it, it can't really toke properly and gets too confused. a new tokener is done and seems to be working. just need to tree it and evaluate it. »« 13:09 01/06/05 | permalink | coding perl xpath jwz parsing tokening

aaron spotted this little gem of perl wisdom. crazy stuff. »« 19:08 17/05/05 | permalink | humor perl coding ark

Acme::JavaTrace might actually be a useful acme perl module. oops »« 17:22 14/05/05 | permalink | perl coding parody java

i present a short lession in turning RFC BNF into perl regular expressions: Parsing Email Adresses in PHP »« 18:39 28/04/05 | permalink | php perl regexps articles email

excellent news - nick clark has started work on ponie again, and there's a detailed roadmap »« 09:50 06/04/05 | permalink | parrot perl ponie

an excellent slide from autrijus' perl 6 talk at yapc::taipei. i'm going to keep that one in mind for future presentations. »« 23:05 28/03/05 | permalink | perl6 pugs perl parrot slides presentation

in hammerseley's etcon talk at the moment - he's recommendeing Lip::Pod for documentation love. »« 15:41 14/03/05 | permalink | perl docs

aaron points out that cpan search has maintainer independant urls for modules, for even better linkage than version independant ones. »« 15:17 01/03/05 | permalink | perl cpan

tom insam does good presentation slides. i will bear these in my if i get round to doing slides for etcon. »« 16:43 25/02/05 | permalink | presentation perl unicode

php in perl. excellent. now to make the flickr core even more confusing ^_^. »« 13:18 15/02/05 | permalink | perl php

a while ago jimmy o'regan wrote a nice article for linux gazette about using flickr with my perl api module. »« 16:07 04/02/05 | permalink | perl apis flickr linux

the porter stemming algorithm in perl - bookmarked for later programming fun. »« 09:42 03/02/05 | permalink | stemming coding perl

damien popped up on p6l to talk about parsing of perl6 and gave this excellent one liner: $parse_tree = ( $source_text ~~ m:keepall/ <Perl.prog> / ); which is very nice - a full adaptive parse tree including comments, whitespace, etc. »« 19:46 24/11/04 | permalink | perl

'it'd be nice if stock Perl 6 ran blazingly with perfectly consistent and flexible semantics, but it's also important to have a knob you can turn up that says "Damn the torpedoes, full speed ahead!"'. larry talks about speed vs features for perl 6. »« 09:35 15/11/04 | permalink | perl

the flickr mt plugin is pretty awesome, using not only Flickr::API, but also my XML::Parser::Lite::Tree and XPath modules. code resuse strikes again! »« 18:50 11/10/04 | permalink | perl code

Inline::Parrot looks like fun. not on cpan yet, but probably will be soon i expect. »« 09:59 06/10/04 | permalink | perl parrot

sean o'rourke points out a nice way to get a perl shell. now why isn't there a Perl::Shell module to do the same thing without all the line noise? a CPAN-esque "perl -MPerl -e shell" would be nice. »« 09:56 27/09/04 | permalink | perl code

a vaguely interesting perl5 oo syntax filter module (though no standard build/install process, which sucks ass). i prefer luke's Class::Closure. »« 18:13 20/09/04 | permalink | perl code

a new version of perl6 synopsis 5 (regexps) is out. must read it. »« 00:25 15/09/04 | permalink | perl

i didnt realise that mjd's perl newbie rants were a segment of yapc 2002 the movie »« 15:26 14/09/04 | permalink | perl

scary goings on in th p6i world - jospeh ryan explains how to inline prolog in perl 6 using macros and the cross-language eval statement. »« 10:05 09/09/04 | permalink | perl code

PAR looks really good. it's a JAR-like packaging system for perl apps. must investigate tomorrow. »« 23:40 06/09/04 | permalink | perl coding

a new perl module: XML::Parser::Lite::Tree::XPath . my first foray into xpath backends. docs are here. should reach cpan later today. »« 17:02 01/09/04 | permalink | code perl xml

playboy run a cpan mirror. bizarre »« 17:41 26/08/04 | permalink | perl web

steve fink is documenting his quest to write a regexp compiler in parrot. the three days logged so far make for interesting reading. »« 13:58 20/08/04 | permalink | perl code parrot

there's a discussion happening on p61 at the moment about multimethod dispatch on return continuations. this sounds like pretty crazy at first, with fungeoid implications, but could lead to some very nice debugging hook oppertunities. »« 13:26 18/08/04 | permalink | code perl

nick clark pointed out acme::intraweb. both a beautiful name and a beautiful implementation. top marks. »« 12:00 09/08/04 | permalink | perl

pointed out on p6l - xquery uses smilie faces for it's comment delimiters. the current suggestion is that p6 should do the same. even if it doesn't, one could write the grammar for it easily. »« 10:00 22/07/04 | permalink | perl language

the ever-lucid MJD has some advice for newbies in this short video. »« 13:47 19/07/04 | permalink | code perl

a very nice explanation of continuations and saving state: say you're in the kitchen in front of the refrigerator, thinking about a sandwitch. you take a continuation right there and stick it in your pocket. then you get some turkey and bread out of the refrigerator and make yourself a sandwitch, which is now sitting on the counter. you invoke the continuation in your pocket, and you find yourself standing in front of the refrigerator again, thinking about a sandwitch. but fortunately, there's a sandwitch on the counter, and all the materials used to make it are gone. so you eat it. :-) by luke palmer (i'm turning a bit fanboyish)  »« 16:57 29/06/04 | permalink | perl

Class::Closure is a piece of genius from the indispensable luke palmer. it let's you quickly define classes in perl5 using a regular OO syntax, including inheritance, constructors, destructors, properties (private, read only, simple, get/set), methods and autoloading. »« 15:35 27/06/04 | permalink | perl

rss | atom | rdf