Hi ..

I try to do an .epl like this

<html>....
[- 
        my counter =0;

        open(PING,"ping -c 20 10.1.1.1 |");
        while ($_ = <PING>)
        {
                [+$ counter +]
                counter = counter + 1;
        }

 -]
<HTML>

i want to show the ping output in the HTML but no work :(
what is missing ?...

Thanks


Flavio Volterri.
Stech communications - XAire.com
Cordoba - Argentina 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to