Curtis Hawthorne wrote: > The script works just fine > when running it from the console or as a normal CGI script, > but when I try to run it under mod_perl (Apache::Registry), > I get no output from TT.
You probably have a permissions problem. Are you checking the return value from process? > Does running under mod_perl cause TT to act differently > than it normally would? No, STDOUT works just fine under mod_perl. - Perrin
