#!perl -T use strict; use warnings; $|++; use My::CGI::Application::Child; My::CGI::Application::Child->new->run;