Query: pod::index::extract
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Pod::Index::Extract(3pm) User Contributed Perl Documentation Pod::Index::Extract(3pm)NAMEPod::Index::Extract - Extracts a "pod scope"SYNOPSISuse Pod::Index::Extract; my $parser = Pod::Index::Extract->new; # [...] get $fh_in to the desired position $parser->parse_from_filehandle($fh_in, $fh_out);DESCRIPTIONThis module is a subclass of Pod::Parser. It outputs POD without any transformation; however, it only outputs the POD that is "in scope" as defined in Pod::Index. To use this module, you first need to position a filehandle at the beginning of the desired scope, and then call "parse_from_filehandle" with that filehandle for input. It will just print the POD until it reaches the end of the scope, after which it will jump to the end of the file. If the scope starts with an "=item", it will wrap it with an "=over" and a "=back", so it can be used as valid POD in isolation.VERSION0.14SEE ALSOPod::Index, Pod::Index::Entry, Pod::ParserAUTHORIvan Tubert-Brohman <itub@cpan.org>COPYRIGHTCopyright (c) 2005 Ivan Tubert-Brohman. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.0 2005-10-16 Pod::Index::Extract(3pm)
Related Man Pages |
---|
pod::text::color(3pm) - redhat |
pod::index(3pm) - debian |
pod::index::extract(3pm) - debian |
pod::strip(3pm) - debian |
pod::wsdl::doc(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Extract data between two markers |
Extract record from file based on section. |
Extract UNIX data to excel |
awk Index to get position matches pattern |
How to read the nth character from the line.? |