My Perl script
while (blah) { system ("wget $blah"); }
does not die when I ctrl-c. Instead the child process wget dies
wget