in reply to Running a Perl Code in different Processes
Hmm, it looks like that is a chunk of DBWIZ::Search::Parasearch (Bundle::DBWIZ), a SOAP server for some kind of CGI/SOAP/AJAX search program.$pm->run_on_finish(sub { my ($pid, $exit_code, $ident) = @_; # print STDERR "database $ident done = exit $exit_code \n"; print "something something $ident ...\n"; });
I don't see how you can accomplish what you want without rewriting the client as well as the server, which is why you're probably better off contacting DBWIZ developers for help.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Running a Perl Code in different Processes
by Anonymous Monk on Oct 15, 2008 at 11:07 UTC |