1This is the README file for IPC::Cmd -- a cross platform way of running
2(interactive) commandline programs.
3
4Please type "perldoc IPC::Cmd" after installation to see the module
5usage information.
6
7#####################################################################
8
9* Description
10
11IPC::Cmd
12    Allows for the searching and execution of any binary on your system.
13    It adheres to verbosity settings and is able to run intereactive. It
14    also has an option to capture output/error buffers.
15
16#####################################################################
17
18* Installation
19
20IPC::Cmd uses the standard perl module install process:
21
22perl Makefile.PL
23make
24make test
25make install
26
27######################################################################
28
29AUTHOR
30    This module by Jos Boumans <kane@cpan.org>.
31
32COPYRIGHT
33    This module is copyright (c) 2002 Jos Boumans <kane@cpan.org>. All
34    rights reserved.
35
36    This library is free software; you may redistribute and/or modify it
37    under the same terms as Perl itself.
38