I want to inherit only few methods from a parent class in my child class.
My Parent class has almost 100 methods from that I need to inherit oly 10 methods,there are some risks involving inheriting the other methods.
May I know how I can accomplish that in Perl.