- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You have a MOREF from the runtime.host property, you need another get_view call on it.
my $host = Vim::get_view(mo_ref => $HostRef);
print $host->{name} . "\n";
Reuben Stump | http://www.virtuin.com | @ReubenStump