Query: pod::strip
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Pod::Strip(3pm) User Contributed Perl Documentation Pod::Strip(3pm)NAMEPod::Strip - Remove POD from Perl codeSYNOPSISuse Pod::Strip; my $p=Pod::Strip->new; # create parser my $podless; # set output string $p->output_string($podless); # see Pod::Simple $p->parse_string_document($code); # or some other parsing method # from Pod::Simple # $podless will now contain code without any PODDESCRIPTIONPod::Strip is a subclass of Pod::Simple that strips all POD from Perl Code.METHODSAll methods besides those listed here are inherited from Pod::Simple new Generate a new parser object. replace_with_comments Call this method with a true argument to replace POD with comments (looking like "# stripped POD") instead of stripping it. This has the effect that line numbers get reported correctly in error messages etc.AUTHORThomas Klausner, "<domm@cpan.org>"BUGSPlease report any bugs or feature requests to "bug-pod-strip@rt.cpan.org", or through the web interface at <http://rt.cpan.org>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. COPYRIGHT & LICENSE Copyright 2004, 2005, 2006 Thomas Klausner, 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 2006-03-20 Pod::Strip(3pm)
Similar Topics in the Unix Linux Community |
---|
Helpdesk, the Comic Strip |
Strip Poll (reborg's extras) Not Working |
Strip leading and numbers from a string. |
Simple Perl question |
Strip file based on pattern |