in reply to Change C style Code into Perl on Windows
while (1) { print for (grep {/6000/} `netstat -n`); sleep 5; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Change C style Code into Perl on Windows
by Fletch (Bishop) on Jun 09, 2005 at 23:48 UTC | |
by mifflin (Curate) on Jun 10, 2005 at 00:07 UTC |