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 Warnings
10 You cannot modify the original reference between calls unless you
11 "$obj-"seek(1, 0)> to reset the object - VERY rare usage case
12
13 $/ must be undef or string - "" and \scalar unimplemented
14
15 Contributed by "Todd Richmond" (richmond@proofpoint.com) This package
16 should be released as separate package, but till then is incorporated
17 in the Mail::Box module.
18
19 Extremely fast IO::Scalar replacement - >20x improvement in
20 getline(s)()
21
23 This module is part of Mail-Box distribution version 2.097, built on
24 January 26, 2011. Website: http://perl.overmeer.net/mailbox/
25
27 Copyrights 2001-2011 by Mark Overmeer. For other contributors see
28 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
32 http://www.perl.com/perl/misc/Artistic.html
33
34
35
36perl v5.12.3 2011-01-26 Mail::Box::FastScalar(3)