|
NAMEPsh::Joblist - A data structure suitable for handling job lists like bash'sSYNOPSISuse Psh::Joblist; $job = Psh::Joblist::create_job($pid,$displayed_command); Psh::Joblist::delete_job($pid); $job = Psh::Joblist::get_job($pid); $flag = Psh::Joblist::job_exists($pid); $index = Psh::Joblist::get_job_number($pid); $job = Psh::Joblist::find_job(); $job = Psh::Joblist::find_job($index); Psh::Joblist::enumerate(); while( $job= Psh::Joblist::each()) { ... } DESCRIPTIONRead the source ;-)AUTHORMarkus Peter (warp@spin.de)
Visit the GSP FreeBSD Man Page Interface. |