#!/usr/bin/perl use strict; use lib qw(/home/www/hottoast.org/lib/itms); use App; my $app = App->new(); $app->run(); exit;