All the Perl that's Practical to Extract and Report
It's a long story, but in debugging a bash script, I accidentally did the equivalent of the following:
cd () { ls -l exit }
And then I changed into my target directory. Hey, where the hell did my terminal go?!?!