Greetings.I'm trying to integrate Apache::FileManager (mod_perl module) on a Application Module.
Anyone has succesfully did this task...??
Here the code to show me the FileManager web page.
On MyFile.pm application module...
.
.
.
sub show_files {
my $self = shift;
my $obj = Apache::FileManager->new();
$output .= $obj->print();
}
The filemanager web page appears on my browser, but CGI::Application
don't know what to do when I request a new action (for example clicking
a directory).
Is there any recipe to embed a mod_perl module (like Apache::FileManager) with CGI::Application..??
thanks in advance.
Carlos
---------------------------------------------------------------------
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.