Rick Welykochy schrieb:
You can find out which modules have been installed and where they were installed by examining the install pod with perldoc:
perldoc perllocal
Strange. That gives me only (a little bit edited): verwaltung:~# perldoc perllocal PERLLOCAL(1) User Contributed Perl Documentation PERLLOCAL(1) Tue Oct 2 16:48:02 2007: "Module" Event · "installed into: /usr/local/share/perl/5.8.8" · "LINKTYPE: dynamic" · "VERSION: 1.09" · "EXE_FILES: " Tue Oct 2 16:48:59 2007: "Module" Test::Harness [shortened] Tue Oct 2 16:49:03 2007: "Module" ExtUtils::CBuilder [shortened] perl v5.8.8 2007-10-02 PERLLOCAL(1) But: verwaltung:~# ls /usr/local/share/perl/5.8.8/ shows: Archive/ Carp/ Digest/ IO/ PDF/ Text/ auto/ Class/ ExtUtils/ MARC/ Sub/ XML/ Barcode/ Compress/ File/ Module/ Term/ YAML/ Business/ Convert/ GD/ Net/ Test/ YAML.pm There are shurely more modules installed than the three mentioned above. I guess I have to try to start all over again :-( Thanks Beda