package ValidateSubApp; use strict; use CGI::Application; use base qw/ValidateApp/; sub valid_html { return q{ Valid output This is okay }; } 1;