20091226

Perl to the rescue... again

Search and replace multiple files:

perl -pi -w -e 's/WU/WU2/g;' *.xml

20091224

Debian/Ubuntu Perl Building

apt-get install dh-make-perl
dh-make-perl --cpan Your::CPAN::Package --install