On Sat, 2005-03-12 at 18:25 -0500, Rodger Castle wrote: > I got around the immediate problem by a per-file <Location> directive > for the particular script in question and writing it with CGI.pm with > no problems.
This almost certainly means that your mod_perl script is not sending out the right headers. Look at the complete response headers using GET or lynx or something and compare them to see what's missing in your mod_perl script. - Perrin