in reply to Re^3: How to make `system` not ignore SIG INT in Perl?in thread How to make `system` not ignore SIG INT in Perl?
$ perl -E 'system "sleep 3 | tail "; say $?' ^C2 [download]