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 It's boring to deal with opening files for IO, converting strings to
11 handle-like objects, and all that. With Mixin::Linewise::Readers and
12 Mixin::Linewise::Writers, you can just write a method to handle
13 handles, and methods for handling strings and filenames are added for
14 you.
15
17 Bugs should be reported via the CPAN bug tracker at
18
19 http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Mixin-Linewise
20 <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Mixin-Linewise>
21
22 For other issues, or commercial enhancement or support, contact the
23 author.
24
26 Ricardo SIGNES, "E<lt>rjbs@cpan.orgE<gt>"
27
29 Copyright 2008, Ricardo SIGNES.
30
31 This program is free software; you may redistribute it and/or modify it
32 under the same terms as Perl itself.
33
34
35
36perl v5.12.0 2010-02-14 Mixin::Linewise(3)