Help for this page
Select Code to Download
Select
or
download this
my $res = join(",",@{$v}->{name}); # not working
Select
or
download this
my $name = ${$v}[0]->{name};