I'm trying to find ways to speed up my perl web app. I was wondering how exactly @EXPORT and @EXPORT_OK worked when it comes to importing subroutines? I want 3 out of 10 subroutines out of a module - if adding all functions to @EXPORT or to @EXPORT_OK will that slow down processing? Compiling? Thanks in advance for any helpful info regarding this.