Help for this page
package My::App; ... use base qw(CGI::Application); use BLL::OtherPackage qw( sub_in_other_file );
package BLL::OtherPackage; ... # the 'use base' or @ISA for that matter. What an abuse. } 1;