$myproc = Proc::Simple->new(); # Create a new process object $myproc->start(\&draw, # Launch a perl subroutine $param1, ...); # with parameters