Replies: 1 comment 1 reply
-
In most cases, you can check whether a module exists using the command: For example,
If the module is installed the path will be displayed. If it does not exist, you can email support@ccv.brown.edu. There is also a chance that you are using the "wrong" Perl to execute your script. Check the first line of the script. Does it say:
If so, you are using the default Perl executable and this may produce errors due to conflict between Perl versions. Changing the first line to:
will use the first Perl executable in your PATH environment variable instead, which will be any loaded Perl module. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I solve a
Perl module not found
error?Beta Was this translation helpful? Give feedback.
All reactions