\begin{Adam Kennedy}
> I'm trying to hunt down a usefull way of debugging Perl CGI scripts that
> deal with file uploads.

> BTW, the script isn't crashing. It runs OK, and loads the temp file (
> containing the uploaded file ) OK, but it's failing somewhere after that in
> some code somewhere, and I'm just looking for a way to debug it properly.

if you're using mod_perl (and Apache::Registry), you could try
Apache::DB, and httpd -X
(its a bit of overkill though)

i'd just through warns everywhere and debug it the old fashioned way.

-- 
 - Gus

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to