At the moment I've been cleaning my code of all: 'Variable "$foo" will not remain shared at etc.' from my code and I have a question.
Alot of my subs need a few static variables such as a relative path ($rel_path). Can I make it so the variable is always passed to a sub so I dont have to type it in every time?