#!/usr/bin/perl use strict; use CGI::Carp qw(fatalsToBrowser); use lib 'MyLib'; use Test; my $webapp = App::Test->new(tmpl_path => 'templates/'); $webapp->run();