in reply to Re: RFC: Pod::Remove
in thread RFC: Pod::Remove
Because for some reasons having to do with cpanstats I want to analyse the code of some CPAN modules. I'm not interested in the POD, so I want to remove it. And I do not want to mess around with files (especially when running some analysis on all of CPAN) just to remove POD.
What I want is something like
so I can mung $podless.my $podless=remove_pod($code)
* What about DATA filehandles?
I'm not sure what you mean by this..
-- #!/usr/bin/perl for(ref bless{},just'another'perl'hacker){s-:+-$"-g&&print$_.$/}
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: RFC: Pod::Remove
by dakkar (Hermit) on Mar 13, 2003 at 14:12 UTC | |
by domm (Chaplain) on Mar 13, 2003 at 14:47 UTC |