backticks in mod_perl

2001-10-05 Thread EXP
Hi Simple question, it seems that the backticks won't work as expected in mod_perl scripts. Is there some module like Apache::SubProcess to read the output of a command into an array? (my @out = `command`;) I am sure the answer is somewhere out there, but I couldn't find it. thx. BYe! EXP

Restricting cpu time for mod_perl scripts? AND Reevaluating perl scripts under mod_perl.

2001-09-26 Thread EXP
{ require abc.pl; }; #exactly the same as withoit eval #OR #what did I miss? ... abc.pl ... if ($somepackage::somevar == 1) { ... Thanks! BYe! EXP 3DWARS.de - Your resource for 3Dimensional Warfare http://www.3DWARS.de PS: Big Brother IS Watching