[EMAIL PROTECTED] schreef:

> I downloaded Lingua-EN-Sentence-0.25 from CPan
> (http://search.cpan.org/ ~shlomoy/Lingua-EN-Sentence-0.25/). I
> followed the install instructions and everything seemed to go fine.
> However when I attempt to use it in my perl script I get the error
>
> Lingua::EN::Sentence version 1 required--this is only version 0.25 at
> / usr/share/perl/5.8/Exporter/Heavy.pm line 107.
>
> I haven't even used a line of its code just added use
> Lingua::EN::Sentence.
>
> Does anyone know what this error message actually means./A way to
> remedy the situation.

You didn't copy/paste code showing your problem, so I must assume that
you forgot to put a ";" at the end of your added line.

For example:

#!/usr/bin/perl
  use strict;
  use warnings;
  use Lingua::EN::Sentence
  1;



-- 
Affijn, Ruud

"Gewoon is een tijger."


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to