You can run existing vSphere CLI or vSphere SDK for Perl scripts from vMA. To set target servers and initialize vi-fastpass, the script can use the VmaTarget.login() method of VmaTargetLib.When a partner or customer writes a new agent in Perl, the Perl script must import the VmaTargetLib Perl module and all vSphere SDK for Perl modules. Instead of calling the vSphere SDK for Perl subroutine Util::Connect(targetUrl, username, password), the agent calls VmaTargetLib::VmaTarget.login().Instead of calling the vSphere SDK for Perl method Util::Connect(), the agent calls the vifp library method VmaTargetLib::VmaTarget.login().