in reply to
Re: Inheritance confusion
in thread
Inheritance confusion
try $ftp->{parent}->ls() instead of $ftp->ls()
that should work, right?
Comment on
Re^2: Inheritance confusion
In Section
Seekers of Perl Wisdom