#!/usr/bin/perl use SOME::Module; my $blah = new SOME::Module; $blah->start; use 'guts.pl'; $blah->end; exit;