NAME

cs::SystemPort - a cs::Port attached to a command


SYNOPSIS

use cs::SystemPort;


DESCRIPTION

A cs::SystemPort is a subclass of cs::Port tttached to the supplied command.


OBJECT CREATION

new cs::SystemPort open2-cmd-args...

Call IPC::Open2::open2 to attach to the command specified by open2-cmd-args.


SEE ALSO

cs::Port(3), IPC::Open2(3)


AUTHOR

Cameron Simpson <cs@zip.com.au>