sub parse () { my $self = shift; sub private_sub { # calls, "absUrl" in the module itself, # and not my overridden version # (I think!) return absUrl('this', 'that'); } private_sub(); }