The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Psh::Joblist - A data structure suitable for handling job lists like bash´s

SYNOPSIS

  use Psh::Joblist;

  $joblist= new Psh::Joblist();

  $job = $joblist->create_job($pid,$displayed_command);

  $joblist->delete_job($pid);

  $job = $joblist->get_job($pid);

  $flag = $joblist->job_exists($pid);

  $index = $joblist->get_job_number($pid);

  $job = $joblist->find_job();
  $job = $joblist->find_job($index);

  $joblist->enumerate();
  while( $job=$joblist->each()) { ... }  

DESCRIPTION

Read the source ;-)

AUTHOR

Markus Peter (warp@spin.de)

SEE ALSO

Psh::Job(3)

1 POD Error

The following errors were encountered while parsing the POD:

Around line 121:

Non-ASCII character seen before =encoding in 'bash´s'. Assuming CP1252