in reply to
Re: What is the perl equivalent of vba
in thread
What is the perl equivalent of vba
Really, the previous code is correct. The instance variable of the object is accessed in these form, or
$str = $$rng{style};
Bye.
Comment on
Re^2: What is the perl equivalent of vba
In Section
Seekers of Perl Wisdom