I have a main configuration script which is called from all my other perl files, the config script contains subroutines with $variables .. I use the tag include 'script.pl'; but whenever I run any of the scripts calling the config script I get all the -w errors "Name main::tag used only once"
Am I doing something wrong? The script functions ok, but the command line report those errors