On Thu, Mar 03, 2005 at 02:11:21AM +0200, Yuval Kogman wrote: > On Wed, Mar 02, 2005 at 06:18:54 +0800, Dan Jacobson wrote: > > instead of > > $output=qx/echo $input|command/ > > i.e., how to input small things to qx without disrupting other parts > > of the program or relying on /bin/sh constructions to get the input > > connected. > > I have a different idea... Since IPC::Run is becomming core, why not > point to it's docs? > > run [qw/command line], $input_data;
Because at some point you have to document how to do things the hard way. However, a pointer to IPC::Run would be apropos.