
rupesht
New User
Dec 11, 2012, 4:47 AM
Post #5 of 5
(5528 views)
|
Re: [rovf] perl is able to find XML/LibXML/SAX.pm but not able XML/LibXML/Literal.pm
[In reply to]
|
Can't Post
|
|
I am invocing perl via popen(), I did not see any difference in enviroment variable @INC via popen(). If it was environment issue, it would happen each time , it is happening intermittently after script is run fro multiple time. But for me issue is RESOLVED. I increased the frequency of closing unused connections to my program(they were few hundreds), I believe it reduced my process size reduced. Don't know how it created/resolved perl module load issue.
|