wok diff perl-io-scalar/description.txt @ rev 24347

Up expat (2.4.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 02 09:41:22 2022 +0000 (2022-02-02)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-io-scalar/description.txt	Wed Feb 02 09:41:22 2022 +0000
     1.3 @@ -0,0 +1,12 @@
     1.4 +This toolkit primarily provides modules for performing both traditional
     1.5 +and object-oriented i/o) on things other than normal filehandles;
     1.6 +in particular, IO::Scalar, IO::ScalarArray, and IO::Lines.
     1.7 +
     1.8 +In the more-traditional IO::Handle front, we have IO::AtomicFile which
     1.9 +may be used to painlessly create files which are updated atomically.
    1.10 +
    1.11 +And in the "this-may-prove-useful" corner, we have IO::Wrap, whose
    1.12 +exported wraphandle() function will clothe anything that's not a blessed
    1.13 +object in an IO::Handle-like wrapper... so you can just use OO syntax
    1.14 +and stop worrying about whether your function's caller handed you a string,
    1.15 +a globref, or a FileHandle.