in reply to RFC: Pod::Remove
In Perl >= 5.8.0 it is not a problem:
# opens filehandle to "in memory" files held in Perl scalars open($fh,'>', \$variable);
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?
--
Ilya Martynov, ilya@iponweb.net
CTO IPonWEB (UK) Ltd
Quality Perl Programming and Unix Support
UK managed @ offshore prices - http://www.iponweb.net
Personal website - http://martynov.org
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: RFC: Pod::Remove
by domm (Chaplain) on Mar 13, 2003 at 12:06 UTC |