1Mixin::Linewise(3) User Contributed Perl Documentation Mixin::Linewise(3)
2
3
4
6 Mixin::Linewise - write your linewise code for handles; this does the
7 rest
8
10 version 0.108
11
13 It's boring to deal with opening files for IO, converting strings to
14 handle-like objects, and all that. With Mixin::Linewise::Readers and
15 Mixin::Linewise::Writers, you can just write a method to handle
16 handles, and methods for handling strings and filenames are added for
17 you.
18
20 Ricardo SIGNES <rjbs@cpan.org>
21
23 • David Golden <dagolden@cpan.org>
24
25 • David Steinbrunner <dsteinbrunner@pobox.com>
26
27 • Graham Knop <haarg@haarg.org>
28
30 This software is copyright (c) 2008 by Ricardo SIGNES.
31
32 This is free software; you can redistribute it and/or modify it under
33 the same terms as the Perl 5 programming language system itself.
34
35
36
37perl v5.32.1 2021-01-27 Mixin::Linewise(3)