The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Treex::Block::Write::Redirectable

VERSION

version 0.06442

DESCRIPTION

A Moose role for Write blocks that can be redirected to a file. All blocks using this role must print using the _file_handle attribute.

PARAMETERS

to

The name of the output file, STDOUT by default.

encoding

The output encoding, utf8 by default.

AUTHOR

Ondřej Dušek <odusek@ufal.mff.cuni.cz>

COPYRIGHT AND LICENSE

Copyright © 2011 by Institute of Formal and Applied Linguistics, Charles University in Prague

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.