I need to install QT in my home directory. How can I install QT? I have tried to install and use that module with one example. While running that program it showed me that can't locate Qt.pm in @INC. Can anyone give me solution to solve this problem. I need proper url to download the QT and tutorial for QT.

Thanks in Advance.

link|improve this question
feedback

2 Answers

You need to add your home directory to @INC. Some good examples of different ways to do that here.

link|improve this answer
feedback

local::lib is the correct way to install modules in a non-standard location. There are excellent instructions in the CPAN documentation.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.