ars_GetListServer(ctrl)
/etc/ar
undef
Example:
@servers = ars_GetListServer($c); for($i = 0; $i < $#servers ; $i++) { print "$servers[$i]\n"; }
Back to Table of Contents