There is currently a module called Parallel::Pvm which provides a perl interface to PVM. After coding some programs to execute tasks in a cluster I found that there is no higher-level interface to submit tasks to PVM and obtain their results after they have completed, so I created a module to do just this. It makes use of Parallel::Pvm. It is designed to provide a simply interface to submit tasks.
Is this okay? Ryan