#!/usr/bin/perl use strict; use warnings; use MyApp; my $app = MyApp->new; $app->run;