I have a script which stores all its config $variables in an external conf.cfg file, which I call via require at the beginning of my script - which is great - but, I use the -w flag and I keep getting Use of Uninitialized value $config for those I call from my external file.
Any ideas how I could approach this better, and get rid of these errors? Thank you