Web Development
farm.txt
Associated article: Perl, VMWare, and Virtual Solutions
Tags: Web Development
Published source code accompanying the article by Sam Tregar in which he uses VMWare and Perl to build a cluster farm for automated builds and testing.
Perl, VMWare, & Virtual Solutions by Sam Tregar Example 1: #!/usr/bin/perl -w use VMware::VmPerl::Server; use VMware::VmPerl::ConnectParams; # connect to the server using all the default settings $server = VMware::VmPerl::Server::new(); $server->connect(VMware::VmPerl::...


