Is there a good API that would allow someone to create an object of Apache class? The class itself seems to lack a constructor; and synopsis wasn\'t very helpful. My suspicion is that it\'s somehow d
I\'m at a loss for this one. I\'ve looked all over and there seem to be a lot of solutions, but they aren\'t working for me. I\'ve got a CGI::Application app generating a MS Excel spreadsheet with Spr
I have a website using mod_perl. I\'m creating a zip file in memory (using Archive::Zip), and I want to serve that file without having to write it to disk.
I have a Mason template running under mod_perl, which is using Log::Log4perl. I want to change the log level of a particular开发者_如何学C appender, but changing the config is too awkward, as it woul
I had an issue regarding this which I\'ve manage to fix to this stage, but the only issue is finding out how this could be achieved by perl.
We\'re using a $server = SOAP::Transport::HTTP::Apache->new; $server->dispatch_with(...) over here as a backend to a JS-based application. Should the underl开发者_开发技巧ying module die, it sen
What is a good way to implement server to client callbacks (events) with a web service? We already have a SOAP-based API exposed by mod_perl running on Apache, bu开发者_JAVA百科t it is one way client
HI, I\'m running an apache 2.2.3 on an Oracle64-bit (Red Hat clone) and I\'m hitting a brick wall with an issue.I have a program which utilizes MIME::Lite to send mail through sendmail (I apologize,
I am trying to install CPAN module on Windows 7. I don\'t have Active Perl so can\'t use PPM package.
I am very newbie to Perl. I wrote a very simple Perl program (script): print \"hello\"; When I execute it on command prompt (with command - perl first.pl), it works.