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 get‐
14 line(s)()
15
16 Warnings
17
18 You cannot modify the original reference between calls unless you
19 "$obj-"seek(1, 0)> to reset the object - VERY rare usage case
20
21 $/ must be undef or string - "" and \scalar unimplemented
22
24 This module is part of Mail-Box distribution version 2.070, built on
25 March 25, 2007. Website: http://perl.overmeer.net/mailbox/
26
28 Copyrights 2001-2007 by Mark Overmeer.For other contributors see
29 ChangeLog.
30
31 This program is free software; you can redistribute it and/or modify it
32 under the same terms as Perl itself. See
33 http://www.perl.com/perl/misc/Artistic.html
34
35
36
37perl v5.8.8 2007-03-25 Mail::Box::FastScalar(3)