how to handle "unknown error" in perl module compilation
Posted
by Haiyuan Zhang
on Stack Overflow
See other posts from Stack Overflow
or by Haiyuan Zhang
Published on 2010-06-13T03:18:06Z
Indexed on
2010/06/13
3:22 UTC
Read the original article
Hit count: 296
perl
when I try to use a "third part module" in my perl script, I got some error message like "unknown error, compilation failed in require at ... line xxx" nothing else and the line mentioned in the error message is exact the same line I "use the module"...
my question is: are there any good practice to handle this situation? like a list to check or something else. thanks in advance.
© Stack Overflow or respective owner