Specifying some environment variables

2003-02-18 Thread Octavian Rasnita
Hi, Is it possible to specify some environment variables when using LWP to get an HTML page from a site? I would like to specify the HTTP_HOST and others... Thanks. Teddy, Teddy's Center: http://teddy.fcc.ro/ Email: [EMAIL PROTECTED]

RE: File Upload: Fh reference from browser

2003-02-18 Thread Tillman, James
LWP must communicate through HTTP in the same fashion as a browser, or else it wouldn't work. That's what open protocols are for, basically: to force differing applications to communicate with each other in exactly the same way so you can produce predictable behavior. You might want to check the

Problem with use of the Crypt module

2003-02-18 Thread Paul Heijmann
Hi, I am experiencing a problem, which (I think) has to do something with user rights. Let me describe briefly the steps I took: - execute perl Makefile.pl - make - make test - make install The last one (make install) returned: Installing /InterShop4/lib/site_perl/linux/auto/Crypt/SSLeay/SSLeay.

File Upload: Fh reference from browser

2003-02-18 Thread Don Smitheimer
Hi All, I am using Perl v5.6.1, LWP v5.65. My original problem started when I tried to create a LWP program to upload files to a CGI application package--to automate tasks performed by cumbersome and tedious browser interfaces I must do during my adminstration duties with this application. I l