I was reading over the changelog for Perl 5.8, and this one struck me as kinda cool.
open($fh,"-|", 'cat', '/etc/motd')
creates a pipe, and runs the equivalent of exec('cat', '/etc/motd') in
the child process.
Now, sometime this week I get to try and install Perl 5.8 on my BeOS partition (I'll try with and without BONE). I'm sure I'll have plenty of errors to report. :-P