in reply to system() requires double ctrl-c
#!/usr/local/bin/perl system("some_long_running_shell_command"); some_other_stuff(); [download]