summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/cpan/IPC-Cmd/t/src/child.pl
blob: 3c198251b1117cf1c16cc2208274022051ae49e2 (plain) (blame)
1
2
3
4
$|++;
print "# Child has TTY? " . (-t STDIN ? "YES" : "NO" ) . $/;
print $_ = <>;