The documentation is part of a Perl installation package. With Perl's markup language, pod (plain old documentation), the documentation is just coded into the same file as the program itself. There are translators that run which convert the Perl pod into HTML or perldoc text.
Go look inside some .pm files that are installed on your system.