D:\>perldoc -l warnings C:\Perl_524\lib\warnings.pm #### $ perldoc -l warnings Can't locate Pod/Perldoc.pm in @INC ... #### $ perl -Mwarnings -e 'print $INC{"warnings.pm"}' /usr/share/perl5/core_perl/warnings.pm #### D:\>perl -Mwarnings -e "print $INC{q'warnings.pm'}" C:/Perl_524/lib/warnings.pm