I'm rather new to Perl and I got a few questions that probably rather simple. I've recently written some scripts that are pretty neat in my book but I don't know if style is correct for the whole perl community. I read the man page about style and what not, but what bothers me is if I use strict my code gets very log, is that how it is? and also I'm using the say variables through the 5 scripts. I want to create one configuration type file that has all my variables in it and say require or use it. do have to make it with the perl headers and chmod the file to be x, can I put use in it, and do I have to make a module? Any help anwsering these questions is much appreciated. Thank you in advance just incase I forget.....