Return-Path: Delivered-To: apmail-perl-embperl-archive@perl.apache.org Received: (qmail 48698 invoked by uid 500); 9 Apr 2001 09:47:19 -0000 Mailing-List: contact embperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list embperl@perl.apache.org Received: (qmail 48588 invoked from network); 9 Apr 2001 09:47:16 -0000 From: Flavio Andres Volterri Organization: Stech Communications To: embperl@perl.apache.org Subject: ping.epl Date: Tue, 26 Sep 2000 02:34:20 -0400 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain References: <9634D33A2991D411B5A500D0B79E912913BB30@discovery.colt.ch> In-Reply-To: <9634D33A2991D411B5A500D0B79E912913BB30@discovery.colt.ch> MIME-Version: 1.0 Message-Id: <00092602405700.05136@www2> Content-Transfer-Encoding: 8bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hi .. I try to do an .epl like this .... [- my counter =0; open(PING,"ping -c 20 10.1.1.1 |"); while ($_ = ) { [+$ counter +] counter = counter + 1; } -] 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: embperl-unsubscribe@perl.apache.org For additional commands, e-mail: embperl-help@perl.apache.org