IPC-Exe

IPC::Exe provides a secure and highly flexible way to execute external
programs or Perl subroutines, and string them via IPC with an
intuitive syntax.

For more info, run the following command after installation:

    perldoc IPC::Exe


INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install


DEPENDENCIES

This module requires these other modules and libraries:

    POSIX
    File::Spec
    Time::HiRes

