|
|
| The stupid question is the question not asked | |
| PerlMonks |
Re: RFC: Pod::Removeby IlyaM (Parson) |
| on Mar 13, 2003 at 11:34 UTC ( #242654=note: print w/ replies, xml ) | Need Help?? |
|
Pod::Stripper is based on Pod::Parser, which works mainly on input- and output-streams, i.e. files or filehandles. Which makes it really hard to capture the result in a string. In Perl >= 5.8.0 it is not a problem:
In Perl < 5.8.0 you can use IO::Scalar to do the same thing. Another comment: why not patch existing module to do what you want instead of creating yet another CPAN module?
--
In Section
Meditations
|
|
||||||||||||||||||||||