
grok - Perl 6 documentation reader

grok <options> <target>
Options:
-F FILE, --file=FILE A file to read Pod from
-h, --help Print this help message
-i, --index Print index of things grok knows about
-l, --locate Locate the target file
-o FORMAT, --output=FORMAT The output format, ansi/text/xhtml/pod
-T, --no-pager Send output to STDOUT without any pager
-U, --update Update all document resources from the web
-u, --unformatted Print unformatted Pod output
-V, --version Print version information
If you don't supply the -F or -i options, you need to supply a target.
The following targets are recognized:
* A Synopsis name ('s02', 's02-bits', 's32-rules')
* An Apocalypse name ('a01', 'a02', 'a03')
* An Exegesis name ('e01', 'e02', 'e03')
* An article name ('m01', 'm01-perl6-announcement', 'm02')
* A function name from Synopsis 29
* An entry in the Perl 6 Table Index ('%', '!=', 'split')
* The Perl 6 Tablet Index itself ('tablet_index')
* A path to a file containing Pod ('/some/file.pod')

This little application is intended to be a perldoc for Perl 6.
perldoc (http://perldoc.perl.org/perldoc.html)pydoc (http://docs.python.org/library/pydoc.html)ri (http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/rdoc/)
Perl6::PerldocThe following only affects Pod 6 documents.
C«») aren't parsed correctly, so they are rendered verbatim.=table blocks are ignored.
Hinrik Örn Sigurðsson, hinrik.sig@gmail.com

Copyright 2009 Hinrik Örn Sigurðsson
grok is distributed under the terms of the Artistic License 2.0. For more details, see the full text of the license in the file LICENSE that came with this distribution.