check out:
http://perl.apache.org/embperl/Embperl.pod.11.html#1_Remove_the_HTML_tags_Now_it_
also, see inline comment below.
--
___cliff [EMAIL PROTECTED]http://www.genwax.com/
Bjoern wrote:
> 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>;
hmmm... are you sure you want everyother line in $tmp??
>
> };
> 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 ?
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]