#!/usr/bin/perl use strict; use warnings; use MyWebapp; my $webapp = MyWebapp->new(); $webapp->run();