open( CMD, "mycmd arguments wubba |" ) or die "Can't open pipe from mycmd: $!\n"; while( ) { print scalar localtime, ": ", $_; } close( CMD );