ars_NTGetListServer()
Example:
@ntservs = ars_NTGetListServer(); if($#ntservs == -1) { print "no known servers.\n"; exit; }
Back to Table of Contents