open F,"somecmd |" or die "error spawning command $!"; my $data=''; while(){ $data.=$_; print; } close F;