1Mail::Box::FastScalar(3U)ser Contributed Perl DocumentatiMoanil::Box::FastScalar(3)
2
3
4
6 Mail::Box::FastScalar - fast alternative to IO::Scalar
7
9 Contributed by "Todd Richmond" (richmond@proofpoint.com) This package
10 should be released as separate package, but till then is incorporated
11 in the Mail::Box module.
12
13 Extremely fast IO::Scalar replacement - >20x improvement in
14 getline(s)()
15
16 Warnings
17 You cannot modify the original reference between calls unless you
18 "$obj-"seek(1, 0)> to reset the object - VERY rare usage case
19
20 $/ must be undef or string - "" and \scalar unimplemented
21
23 This module is part of Mail-Message distribution version 3.012, built
24 on February 11, 2022. Website: http://perl.overmeer.net/CPAN/
25
27 Copyrights 2001-2022 by [Mark Overmeer <markov@cpan.org>]. For other
28 contributors see ChangeLog.
29
30 This program is free software; you can redistribute it and/or modify it
31 under the same terms as Perl itself. See http://dev.perl.org/licenses/
32
33
34
35perl v5.36.0 2023-01-20 Mail::Box::FastScalar(3)