# man > Info(3pm)

## Found in /usr/share/perl/5.34/pod/perlfaq2.pod
  Where can I get information on Perl?
    *   <<http://www.perl.org/>>

    *   <<http://perldoc.perl.org/>>

    *   <<http://learn.perl.org/>>

    The complete Perl documentation is available with the Perl distribution.
    If you have Perl installed locally, you probably have the documentation
    installed as well: type "perldoc perl" in a terminal or view online
    <<http://perldoc.perl.org/perl.html>>.

    (Some operating system distributions may ship the documentation in a
    different package; for instance, on Debian, you need to install the
    "perl-doc" package.)

    Many good books have been written about Perl--see the section later in
    perlfaq2 for more details.

