shell 타입 내지는 다이렉트 커맨드(싱글라인 인터프리터) 형식이다.
특정 패키지 설치방법.
녹색 = 사용자의 입력커맨드, 즉 당신이 쳐야할 키워드
perl -MCPAN -e 'install Date::Time'
혹은
perl -MCPAN -e shell
cpan shell -- CPAN exploration and modules installation (v1.7602)
ReadLine support available (try 'install Bundle::CPAN')
cpan> install Date::Time
Posted by LeCieL



