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.004
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 This software is copyright (c) 2008 by Ricardo SIGNES.
24
25 This is free software; you can redistribute it and/or modify it under
26 the same terms as the Perl 5 programming language system itself.
27
28
29
30perl v5.16.3 2013-06-18 Mixin::Linewise(3)