1 # This legacy library is deprecated and will be removed in a future
4 # This is a compatibility interface to IPC::Open3. New programs should
13 warn( "The 'open3.pl' legacy library is deprecated and will be"
14 . " removed in the next major release of perl. Please use the"
15 . " IPC::Open3 module instead." );
18 use IPC::Open3 'open3';