Say I created a file, filled it with Perl subs, and I want to include it in another file without having to worry about scope issues and the like. Is there any compile-time (in BEGIN {}?) mechanism that would allow me to do that? (Optimally leaving the separate file as is.)