Gerald Richter wrote:
> 
> > I
> > wonder what else is different when we are running under Apache/mod_perl?
> 
> PATH and other environment variables are different

The path to ispell is set explicitly in the code:

        $SIG{CHLD} = 'IGNORE';
        use Lingua::Ispell;
        $Lingua::Ispell::path = "/usr/bin/ispell";
        Lingua::Ispell::allow_compounds(1);
        Lingua::Ispell::spellcheck ("hello neil") or print OUT "oops";

The documentation for the Lingua::Ispell module doesn't mention any
other variables which need to be set.

-Neil

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to