mod-perl is something completely different.
It's using an Apache module which embeds the Perl
interpreter into your Apache executable, thereby eliminating
the start-up costs of running a CGI process (amongst other
things). See
perl.apache.org for
more details.