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.