never-displayed
View discussion in a popup
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";
my $host = Vim::get_view(mo_ref => $HostRef);
print $host->{name} . "\n";
View solution in original post