Hi, i'm sort of new to Perl. This might be a dumb questoin or one that doesn't even make sense. But here it goes...Would it be faster to make an object for an application rather then just "require sub_routine.pl" ? if the file sub_routine contains 3 subroutines that will be used a lot by the application, would it be better to convert the sub_routine.pl into an object/or package to "use my::sub_routine"