This example is based on the code in the tagging_workflow.pl sample file. The source file is located in the followingvCloud Suite SDK for Perl directory: client/samples.

This example uses the steps that are described in the Create a Web Services Session procedure.

use Vmware::VIRuntime;

# Create a session using the vCloud Suite SDK for Perl connection utility.
Util::connect($my_vcenter_url, $username, $password);