From 4624506d9bee50a01ce747dd589a2323c167fdad Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Wed, 17 Feb 2021 14:30:31 +0000 Subject: [PATCH] Added the README --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e96b163 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# perl-IO-string + +This toolkit primarily provides modules for performing both traditional and object-oriented I/O) on things other than normal filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines. In the more-traditional IO::Handle front, we have IO::AtomicFile, which may be used to painlessly create files that are updated atomically. \ No newline at end of file