Hi All,
I am trying to use PDF::API2 module . Since i do not have the root access, I installed the above module locally at ~/some_dir/lib.
The contents of ~/some_dir/lib are :
~/some_dir/lib/PDF/API2/
~/some_dir/lib/PDF/API2.pm
~/some_dir/lib/sun4-solaris
I am using the "use lib" pragma in script.The exact syntax is as below
use lib "~/some_dir/lib/PDF";
...