in reply to Re: perl opening a new command line window
in thread perl opening a new command line window
depending upon your OS (Linux, Solaris, IRIX ...), you may use mkfifo instead of mknod ... p.
Keep in mind that fifos may lock, or exit quite easily (the reader can't read anymore after the writer stops). however it'll save some disk space :)
BTW, would it be possible to create an anonymous pipe (on the IO::File model perhaps?)