sub Child::foo { SUPER::foo; # do parent functionality blah; # add child functionality }