Hi all,
i want to try the following action in HTML document parsed by EMBPERL
1.2.1 :
[-
open(MEM,'/proc/meminfo');
while (<MEM>) {
$tmp = <MEM>;
};
close(MEM);
-]
But my apache process doesn`t do any answer when i send this page.
It takes the hole CPU time and eats some memory, does anyone know which
problem could it be ?
Best regdards,
Björn
P.S. Yes, EMBPERL is correctly installed, i can use other functions....
--
*** Bjoern Teipel ***
E-Mail : mailto:[EMAIL PROTECTED]
HTTP : http://www.visit-bjoern.de
Frankfurt am Main * Germany
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]