sub Y::A { unless ($getopt{special_case}) { $self->SUPER::A(); return; } # do the stuff based on the command line arg if # the special case was chosen from the cmd line. }