I wish that KixTart permitted the redirection of STDOUT into the program using a pipe like Perl does. Hey a new item for the wishlist.
code:
SRV:foreach $server (@Servers)
{
chomp($server);
open (pingname, "ping $server|")
_________________________
Home page: http://www.kixhelp.com/hb/