I find the "and perl" part particularly dubious. Here's an excerpt:<p><pre><code> system("echo '$mydata' > /home/rhett/usernick");
system('/home/rhett/music_player.rb &');
system('/home/rhett/servos/phidgets-examples/AdvancedServo-simple &');
</code></pre>
As a former perl hacker, this kind of stuff was infuriating to me before, but it just seems silly now.