On Thu, Dec 04, 2003 at 06:08:08PM -0400, Carlos Molina wrote:
> I want to know if exist a simple way to add a mod_perl module
> (specifically Apache::FileManager) with a CGI::Application module..??
I checked out the A::FileMgr module because it may provide a solution I
need. To integrate, it looks like you could simply follow the method
shown in the Synopsis:
# Or call from your own mod_perl script
use Apache::FileManager;
my $obj = Apache::FileManager->new();
$obj->print();
Have you tried that? You need to make sure that the print() function
isn't returning headers or writing directly to STDOUT. There may be
another method that returns a string which you can pass back to C::App
Good luck,
William
--
Knowmad Services Inc.
http://www.knowmad.com
---------------------------------------------------------------------
Web Archive: http://www.mail-archive.com/suppressed/
http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: suppressed
For additional commands, e-mail: suppressed
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.