2. 설치된 모듈 확인 #
현재 설치된 모듈들의 목록을 얻으려면 ExtUtils::Installed 모듈을 이용하여 다음과 같이 명령을 내린다.
perl -MExtUtils::Installed -le 'print for ExtUtils::Installed->new->modules'
perl -MExtUtils::Installed -le 'print for ExtUtils::Installed->new->modules'