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