Stuff with the Perl Foundation. A couple of patches in the Perl core. A few CPAN modules. That about sums it up.
Portland Perl Mongers was discussing what sort of tag line to put on our t-shirts (such as "I'd rather be hacking"). Since one of the tag lines was rather inflammatory (s/perl/vb/g), I suggested that we go all out and use a tiny shell script instead.
#!/bin/bash
alias emacs=vim
alias mysql=postgres
alias python="init 0;"
rm -fr/usr/bin/ruby
perl -MCPAN -e install Acme::Code::Police
One of those is guaranteed to be someone's hot button.
yeah... (Score:2)
Whoever is spelling it "rm -*f* *r*"?
Re:yeah... (Score:1)
rm -rand "upgrade" if there are write-protected files. The quickest way to do that is[Up] [Ctrl][a] [Alt][f] [Alt][f]which lands me past the dash, and hitting[f]at that point gets merm -fr.Re:yeah... (Score:2)
Oh, I first though the provocative part was in wanting to remove the French...
Alternative shebang line (Score:1)
#!C:\Cygwin\bin\bash.exe(or whatever the equivalent is for Windows systems using the Cygnus toolset)