> -w enabled warnings for all modules - even when these modules comes from the > OS and are not compatible with warnings. This is the reason to NOT use -w and > instead use "use warnings". If we do not use '-w', we need to add 'use warnings' to all library files (I guess it is not used everywhere)?