Comments on: Two Perl documentation time-savers http://www.xaprb.com/blog/2007/05/17/two-perl-documentation-time-savers/ Stay curious! Mon, 13 May 2013 05:55:40 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: mrperl http://www.xaprb.com/blog/2007/05/17/two-perl-documentation-time-savers/#comment-16265 mrperl Thu, 16 Apr 2009 00:55:19 +0000 http://www.xaprb.com/blog/2007/05/17/two-perl-documentation-time-savers/#comment-16265 For mobile users, installing the ActiveState perl distro includes very nicely formatted perl documentation.

Worth the install for that alone.

Also, perldoc has even more useful options.

perldoc -m displays the full module source code.

]]>
By: Boris Burtin http://www.xaprb.com/blog/2007/05/17/two-perl-documentation-time-savers/#comment-8305 Boris Burtin Tue, 22 May 2007 23:03:33 +0000 http://www.xaprb.com/blog/2007/05/17/two-perl-documentation-time-savers/#comment-8305 Another Perl reference that people may not be aware of is located at

http://perldoc.perl.org/

It’s nicely formatted, indexed, searchable, and downloadable. Even the downloadable HTML is searchable. Much more convenient than the original docs.

]]>