in reply to How can I fix the problem in using the Algorithm::Permute module?
It seems that your installation of Algorithm::Permute was incomplete. Perl does not find required parts of the module installation.
How did you install Algorithm::Permute?
You will need to properly install the module, either using the ppm tool or using the cpan tool. You can try to force reinstallation by using
cpan -f Algorithm::Permute
Simply copying some files manually is not a proper installation procedure.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How can I fix the problem in using the Algorithm::Permute module?
by supriyoch_2008 (Monk) on Feb 27, 2013 at 09:05 UTC |