1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
=head1 NAME
Mail::Box::FastScalar - fast alternative to IO::Scalar
=head1 DESCRIPTION
Contributed by "Todd Richmond" (richmond@proofpoint.com) This package
should be released as separate package, but till then is incorporated
in the Mail::Box module.
Extremely fast L<IO::Scalar> replacement - >20x improvement in
getline(s)()
=head2 Warnings
You cannot modify the original reference between calls unless you
C<$obj->seek(1, 0)> to reset the object - VERY rare usage case
$/ must be undef or string - "" and \scalar unimplemented
=head1 REFERENCES
See the MailBox website at L<http://perl.overmeer.net/mailbox/> for more details.
=head1 COPYRIGHTS
Distribution version 2.068.
Written by Mark Overmeer (mark@overmeer.net). See the ChangeLog for
other contributors.
Copyright (c) 2001-2006 by the author(s). All rights reserved.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
|