prun( foo => sub { print "$$ foo\n" }, bar1 => [ \&my_bar_func, @args ], bar2 => [ \&my_bar_func, @other_args ], ) or die( Parallel::Simple::errplus() );