.CPan folder has the perl module installation files and if you find that its taking too much disk space, then you can delete the folder, but you need to run following commands after you delete the folder.
Quote:
perl -MCPAN -e shell
cpan> install Bundle::CPAN>
cpan> reload index
cpan> reload cpan
cpan> exit
/scripts/checkperlmodules –full
|