Hello! I've wrote my module that uses Apache::Forward example from "Writing Apache modules with Perl and C". Module generates site navigation bar and insert it in content that was returned by simple CGI scripts. I've used Apache::PerlRun in stacked handlers to run CGI scripts, like
PerlHandler MyModule Apache::PerlRun Ok, now it's all working fine. But Apache::Forward it's just an exaple from book, and I've tried to search it CPAN. There is no this module. I've found at least two other Apache::OutputChain and Apache::Filter. I'll be glad to listen any suggestions about what module to use. What different between them? Beforehead thanks.