I can use parent 'Some::Class' to sub class a parent class, but the parent class' exported sub won't import, or say parent take that sub as a method and I can only call that in OO way (but it crash that sub's @_ sequence for sure).
Is that anyway I can sub class a class and also have the parent class' functions back too? Thanks in advance!