in reply to Re: loop ending b4 I want it to
in thread loop ending b4 I want it to

And after all those changes, you still have exactly the same result, because my @clients = shift @_ is always going to give you a one-element array. I think you wanted to say my @clients = @_ although I tend to prefer the more concise my ( $nssvr, @clients ) = @_


We're not surrounded, we're in a target-rich environment!