"Daniel Organek" <[EMAIL PROTECTED]> writes: [...]
> We are running into a snag using Aspell through a perl call relating to web > script. It works, however, a process is left running when complete. Is there > some method of terminating the process that other people may have utilized? > We > are currently using the -a switch as this is the common call for various perl > modules. I have noticed via the command line any way, that a Control-C is > about the only way I have found to spawn an exit. Using the Text::Aspell module might help with this. Otherwise, if you're starting aspell up yourself and talking it through a pipe, you can kill it by PID when it exits. If you're using open or IPC::Open2::open2, the PID is returned by the call to open[2]. ---Scott. _______________________________________________ Aspell-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/aspell-user
