blob: 3c198251b1117cf1c16cc2208274022051ae49e2 [file] [log] [blame]
$|++;
print "# Child has TTY? " . (-t STDIN ? "YES" : "NO" ) . $/;
print $_ = <>;