in reply to Re^5: "use" modules inside modules
in thread "use" modules inside modules
In this case it was not an issue. All perl scripts were run using -w. Changing that to include use warnings 'all' rather the using #!/usr/bin/perl -w did not result in more warnings neither at compile time nor at run-time (for me warnings are an indication of a possible coding error).