@INC is an array variable in Perl that contains the list of directories where Perl looks for modules to load with use or require. The %INC hash (option A) tracks which modules have already been loaded, not where to look. %PATH% is an environment variable used in Windows, not Perl.