### A ### ... open2( \*READ, \*WRITE, 'B' ); print WRITE "Hello there.\n"; ... ### B ### $input = ; print "echo back: $input"; ...