today | current | recent | random ... categories | search ... who ... syndication

Tim Bray : I want to have my idiomatic regexp cake and eat my well-formed XML goodness too.

refers to

meta

 
perl -e 'use strict; use Cwd; my $dir = getcwd; my $i = -1; map { $i += $_ eq "/" } (split("",$dir)); print $i,"\n";' ←  → You can put code references in @INC ?