Help for this page

Select Code to Download


  1. or download this
    foreach (@tcpstatus) {
        while (/\b01\s/) {
    ...
            last;
        }
    }
    
  2. or download this
    @tcpalive = grep { /\b01\s/ } @tcpstatus;