Creates a <CODE>IO::Pipe</CODE>, which is a reference to a newly created symbol
(see the <CODE>Symbol</CODE> package). <CODE>IO::Pipe::new</CODE> optionally takes two
arguments, which should be objects blessed into <CODE>IO::Handle</CODE>, or a
subclass thereof. These two objects will be used for the system call
to <A HREF="../../lib/Pod/perlfunc.html#item_pipe"><CODE>pipe</CODE></A>. If no arguments are given then method <A HREF="#item_handles"><CODE>handles</CODE></A> is called
on the new <CODE>IO::Pipe</CODE> object.
<P>These two handles are held in the array part of the GLOB until either
<A HREF="#item_reader"><CODE>reader</CODE></A> or <A HREF="#item_writer"><CODE>writer</CODE></A> is called.</P>