Forum Discussion

Bill_MacAllist1's avatar
Bill_MacAllist1
Icon for Nimbostratus rankNimbostratus
Apr 07, 2011

List of virtual servers for an individual partition

Here is a fragment of perl code pull from shared code area.     my $soapResponse = $VirtualServer->get_list();   checkResponse($soapResponse);   @vs_lists = @{$soap...