in reply to Are the Perldocs Copyrighted?

perl doc license page Certainly anything you want to do for your personal use is fine. You can do even more than that.

Replies are listed 'Best First'.
Re^2: Are the Perldocs Copyrighted?
by perl.j (Pilgrim) on Jul 19, 2011 at 22:34 UTC
    But aren't these the licenses for Perl itself?
    perl.j-----A Newbie To Perl
      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.

        So to be clear... I can print out the Perldocs.
        perl.j-----A Newbie To Perl