Checking if your kit is complete... Looks good Writing Makefile for HTTP::File Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp File.pm blib\lib\HTTP\File.pm cp GetString.pl blib\lib\HTTP\GetString.pl cp File.pod blib\lib\HTTP\File.pod Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe "-Iblib\lib" "-Iblib\arch" test.pl 1..2 ok 1 ========================================================================= Ok, the first thing I need to know is an absolute or relative URL to your cgi-bin directory. For example, if cgi-scripts on your system are called via: http://www.superbuys.com/cgi-bin/buynow.cgi, Then the absolute URL for your cgi-bin directory would be: http://www.superbuys.com/cgi-bin (note the absence of the filename --- this is not a mistake). The relative URL for your cgi-bin directory would be /cgi-bin (note the leading '/' --- this is not a mistake either). Enter your cgi-bin directory URL (relative or absolute): [/cgi-bin]| was unexpected at this time. =========================================================================== Ok, now what is the physical path to the cgi-bin directory? I will copy my cgi file upload test script to this directory. [/usr/local/apache/cgi-bin]| was unexpected at this time. chmod: cannot access `savepage.cgi': No such file or directory cp: cannot stat `savepage.cgi': No such file or directory =========================================================================== Ok, now what is the physical path to the HTML directory? This is know as the document root in Apache. I will copy my HTML file upload file to this directory. [/usr/local/apache/htdocs]cp: cannot stat `savepage.html': No such file or directory ============================================================================ Ok, the file savepage.html has been copied to /usr/local/apache/htdocs. Now visit this HTML file in your browser and upload a file. For example, if you said the HTML directory was /usr/local/apache/htdocs, then you would probably visit http://www.superbuys.com/savepage.html If you said the HTML directory was /usr/local/apache/htdocs/test, then you would probably visit http://www.superbuys.com/test/savepage.html I will save the file you upload to /tmp. After you have done so, type the name of the file below and I will check for the file's existence. If it is there, then installation is successful. Only type the basename of the file. That is, if you uploaded a file from your machine called C:\Temp\test.dat, only enter test.dat below. type basename of uploaded file []Checking for in /tmp... total 0 drwxrwxrwx+ 2 cpanrun mkpasswd 0 Dec 16 20:20 __TeSt__; drwxrwxr-x+ 3 cpanrun mkpasswd 0 Dec 21 09:57 tmpcvs ok 2 Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. Installing C:\cpanrun\build\5-10-0\html\site\lib\HTTP\File.html Installing C:\cpanrun\build\5-10-0\site\lib\HTTP\File.pm Installing C:\cpanrun\build\5-10-0\site\lib\HTTP\File.pod Installing C:\cpanrun\build\5-10-0\site\lib\HTTP\GetString.pl Appending installation info to C:\cpanrun\build\5-10-0\lib/perllocal.pod