angebote@debian:/usr/angebote/thartman$ cat install-local-threaded-perl.sh ( wget http://search.cpan.org/CPAN/authors/id/N/NW/NWCLARK/perl-5.8.8.tar.gz tar -xzvf perl-5.8.8.tar.gz cd perl-5.8.8 sh Configure -Dprefix=/usr/angebote/thartman/perlroot/perl -Duseithreads -des #make this your home directory make test make install ) | tee perlinstall.out angebote@debian:/usr/angebote/thartman$