K
Konrad Blaszczyk
Hello
My script and my library are contained in the same directory. My
script uses my library:
use mylib;
I cannot execute my script from outside the directory it is located
since it cannot locate the mylib.pm.
How can I force my script to search the my library in the directory it
is located.
thank You for help
My script and my library are contained in the same directory. My
script uses my library:
use mylib;
I cannot execute my script from outside the directory it is located
since it cannot locate the mylib.pm.
How can I force my script to search the my library in the directory it
is located.
thank You for help