I suspect I already know the answer to this, but I'll ask anyway just to make sure.
What is the proper way to obtain and install perl modules for a Debian system? Should one first see if the module has been packaged and, if so, install it via apt-get? If a module's not packaged, then I assume one would proceed to get it from the CPAN. Is this the correct approach? Thanks.