Help for this page

Select Code to Download


  1. or download this
    foreach $server (@servers) {
      chomp $server;
    ...
      }
      close TMP;
    }
    
  2. or download this
    ## iterate through record
    foreach(@DATA) {
    ...
        last;
      }
    }