![]() |
|
|
|
|
|
|
5
23rd October 19:46
External User
Posts: 1
|
palam_analog@yahoo.co.in (Palaniappan) writes:
How did you add local tk lib dir to PERL5LIB? Find out what you are doing wrong. Stop doing it. Without you _showing_ us what you are doing we can hardly be more precise than that So, I infer, your @INC contains '.'. How did you put local_lib_path in PERL5LIB? How it is not working? How are you including local_lib_path in @INC? How is it not working? Please go read the Posting Guidelines - they will explain how to get the most of out comp.lang.perl.* (and indeed technical newsgroups in general). Remember if you find your fingers are typing the words "it is not working" then stop, delete those words, and replace them with something that will actually help people to help you. If you find yourself _describing_ what you did, always pause and ask yourself "Could I _show_ them what I did?". Without seeing what you've done I can still offer some random shots in the dark as to what you did wrong: Did you perhaps forget to tell your shell to export PERL5LIB? Did you perhaps modify @INC at run-time and expect the change propagate backward through time to compile-time? ( use() is a compile-time operation). ( Suggested further reading: perldoc lib perldoc -f use perldoc perlvar (The section on @INC) -- \\ ( ) . _\\__[oo .__/ \\ /\@ . l___\\ # ll l\\ ###LL LL\\ |
|