El directorio en el que se guardan las distribuciones puede obtenerse asi:
cpan[10]> o conf keep_source_where
    keep_source_where  [/root/.cpan/sources]
Type 'o conf' to view all configuration items
cpan[11]> ^Z                     # <-- ponemos el proceso en background ...
[1]+  Stopped                 cpan
nereida:~/src/perl/Nmap-scanner# ls -l /root/.cpan/sources
total 320
drwxr-xr-x 3 root root   4096 2008-05-09 07:07 authors
-rw-r--r-- 1 root root 163409 2006-03-13 13:57 MIRRORED.BY
-rw-r--r-- 1 root root 145453 2004-11-03 13:26 MIRRORED.BY.bak
drwxr-xr-x 2 root root   4096 2008-05-09 07:07 modules
nereida:~/src/perl/Nmap-scanner  # fg  <-- y lo volvemos a poner en "foreground"
cpan[11]>
Casiano Rodríguez León
