ahh I see. So question is do you even have it installed to begin with, can you verify with admin of that machine that it is infact installed in /tools/perl/lib/5.6.0
keep in mind that is not the standard directory for perl modules. It looks like your setup is unique. Unless you specified in your perl makefile or your CPAN options to put it there. There is a good chance that it is installed in /usr/lib/perl and your need to symlink that dir in order to see LWP. -gordon -----Original Message----- From: Larry Steinberg [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 2:34 PM To: Michael Fowler; [EMAIL PROTECTED] Subject: RE: how to link to libwww-perl-5.65 I'm trying to run print.cgi, which allows me to create print-friendly pages. When the link is accessed, the page currently in the browser is used as the object to be transformed. Anyway, it's not my script but I'm trying to understand it. It uses LWP as seen in the line, "use LWP::UserAgent;". From my investigation, I understand that this initiates a connection to the library, which will allow my client to send a request and get a response. This morning, my sys admin sent this: >Installed libwww-perl-5.65. Digest-MD5-2.20, HTML-Parser-3.26, >HTML-Tagset-3.03, MD5-2.02 and MIME-Base64-2.12 are also installed as they >are required for libwww-perl-5.65. .....but I don't know how to connect to it as it is installed on the network, not my machine. -Larry ps. thanks for your help! -----Original Message----- From: Michael Fowler [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 3:20 PM To: [EMAIL PROTECTED] Subject: Re: how to link to libwww-perl-5.65 On Wed, Sep 11, 2002 at 02:06:22PM -0400, Larry Steinberg wrote: > I searched the FAQ but the reference I got, I didn't get, if you know what > I mean. Can someone show me the code to link to the library mentioned in > the subject line? Running SunOS 5.8. I got this from perl -V: I don't understand the question. Do you want to use libwww-perl? If so, it's a simple matter of installing it then using whichever modules you need. Are you referring to something else? What reference did you read? Michael -- Administrator www.shoebox.net Programmer, System Administrator www.gallanttech.com -- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]