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?

It does!:
$ perl -E 'system "sleep 3 | tail "; say $?' ^C2