Help for this page

Select Code to Download


  1. or download this
    use Lingua::Ispell qw(spellcheck);
    
    ...
          print "No match for term '$r->{'term'}'\n";
       }
    }
    
  2. or download this
    $Lingua::Ispell::path = '/usr/bin/ispell';
    
  3. or download this
    #!/usr/bin/perl
    
    ...
          }
       }
    }