| IPC-ShellCmd documentation | view source | Contained in the IPC-ShellCmd distribution. |
IPC::ShellCmd::ShBase - Base class for shell commands
package IPC::ShellCmd::Other; use base qw/IPC::ShellCmd::ShBase/; # Note that this is an abstract class..
Abstract base class for other IPC::ShellCmd command types.
I don't know of any, but that doesn't mean they're not there.
See IPC::ShellCmd for authors.
See IPC::ShellCmd for the license.
| IPC-ShellCmd documentation | view source | Contained in the IPC-ShellCmd distribution. |