$this_page->control_enter; ... my $next_page = $this_page->respond; ... if ($this_page ne $next_page) { ... $next_page->control_enter; }