in reply to installing Perl 5.10 on Debian
Or you can pull in some packages only (perl, in this case) from newer Debian versions.
Notes:
Not directly relevant to your question, but if you stick to a Debian perl, you can also use the excellent dh-make-perl tool. It allows to build Debian packages directly from the CPAN. They integrate well with the system and can be managed using standard tools (dpkg, apt-get, aptitude, ...):
dh-make-perl --build --cpan Some::Module \ && sudo dpkg -i libsome-module-perl*.deb
|
|---|