in reply to
How to access struct of structs
just a guess, but I think you want:
print $dir->name . '/' . $fi->name;
[download]
instead of
print $dir->$fi->name;
Boris
Comment on
Re: How to access struct of structs
Select
or
Download
Code
In Section
Seekers of Perl Wisdom