Text-Textile-Plaintext
view release on metacpan or search on metacpan
lib/App/Textile2x.pm view on Meta::CPAN
=item Scalar reference
If the source is a scalar reference, it is assumed to reference the content. It
is de-referenced and its content passed to B<Text::Textile>.
=item Filehandle reference (GLOB)
Lastly, if the source is a filehandle or filehandle-like value, it is read from
and the complete content from it is passed to B<Text::Textile>. Note that it is
not I<streamed> to the Textile converter (which does not support streaming
anyway). Caution should be taken when converting excessively large files this
way.
=back
The C<$sink> parameter may be in one of two forms:
=over 8
=item Scalar reference
( run in 0.224 second using v1.01-cache-2.11-cpan-4d50c553e7e )