> An example is:
> 
> http://www.site.com/script.cfm/dir1/dir2/http://www.site.com/file.html

The part after script.cfm (assuming that is the CGI program) will be passed
in the PATH_INFO environment variable as
"/dir1/dir2/http://www.site.com/file.html";.  The CGI.pm path_info() function
should return this information (it isn't dealt with by LWP).
===============================================
Mark Leighton Fisher            [EMAIL PROTECTED]
Thomson multimedia, Inc.        Indianapolis IN
"we have tamed lightning and used it to teach sand to think"

Reply via email to