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


COPYRIGHT AND LICENCE

Copyright (C) 2009 by Gerald Lai

This module is free software; you may redistribute it and/or modify
it under the same terms as Perl itself.

