Hi,
After 5 years, I have to make someting in Perl again.
Now, I'm using Strawberry Perl under Windows.
I think my problem is a basic one, but I can't find in Internet any solution:
I try to run a simple program with this sentence:
use Algorithm::Evolutionary
with it's in the directory ../lib/Algorithm/Evolutionary.pm
Do you know if I have to add something to the path or use an absolute path to the file where the definition is?
Thanks,