Description: If you\'ve ever done any perl programming, or if you\'ve spent any time talking to perl programmers, you have probably heard of \"CPAN\" - the Comprehensive Perl Archive Network. CPAN provides a central repository of perl modules, most of which are made available under the same licenses as perl itself (the GPL and The Artistic License). In many ways, CPAN has been \"the killer app\" that has made perl one of the most popular languages around. By using CPAN, a perl developer can...