in reply to Re^2: Interpreter can't find known installed mods (w10)
in thread Interpreter can't find known installed mods (w10)
I guess that you have another Perl binary lying around, and this other binary is associated with .pl files. This would explain that some modules are found (those have been installed under the other Perl binary as well, or are part of the Core like Storable).
You can add a line to your script and compare the results of the different invocations:
print "Perl interpreter: $^X\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Interpreter can't find known installed mods (w10)
by ikegami (Patriarch) on Aug 15, 2023 at 13:39 UTC |