in reply to Re: Inheritance confusion
in thread Inheritance confusion

try $ftp->{parent}->ls() instead of $ftp->ls()
that should work, right?