
mhx
Enthusiast
/ Moderator
May 29, 2001, 5:59 AM
Post #7 of 13
(3235 views)
|
Hi,
it seems like the libwww-perl package isn't installed on my server.... How about installing it? If you don't have full access to the server, just install it in your cgi-bin directory. I guess it should work, but I'm not 100% sure.
is there a simple script which will tell me what librarys are installed? I don't know. But you can find out where perl searches for its libraries: the paths are all stored in the @INC array. You can now use perl to execute an ll on each of these directories and print it to an HTML page. This should give you a listing of all perl include directories. -- Marcus P.S. If you don't feel able to build a script from the above information, tell me and I'll see if I can do a quick hack.
(This post was edited by mhx on May 29, 2001, 5:01 AM)
|