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]
- Using Lingua::Ispell in Embperl Neil Gunton
- Re: Using Lingua::Ispell in Embperl Marcus R. Popetz
- Re: Using Lingua::Ispell in Embperl Gerald Richter
- Re: Using Lingua::Ispell in Embperl Neil Gunton
- Re: Using Lingua::Ispell in Embperl Gerald Richter
- Re: Using Lingua::Ispell in Embperl Neil Gunton
- Re: Using Lingua::Ispell in Embperl Neil Gunton
- Re: Using Lingua::Ispell in Embperl Gerald Richter
- Re: Using Lingua::Ispell in Embperl Neil Gunton
- Re: Using Lingua::Ispell in Embperl Neil Gunton
- Re: Using Lingua::Ispell in Embperl Angus Lees
- Re: Using Lingua::Ispell in Embperl Neil Gunton
- Re: Using Lingua::Ispell in Embperl Gerald Richter
- Re: Using Lingua::Ispell in Embperl Neil Gunton
- Re: Using Lingua::Ispell in Embperl Neil Gunton
