blob: 93d339a2bb46e234bea52be213245f62fe1cf8a5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
IO::Null
========
Calling a constructor of this class always succeeds, returning a new
null filehandle. Writing to any object of this class is always a no-
operation, and returns true. Reading from any object of this class is
always nooperation, and returns empty-string or empty-list, as
appropriate.
WWW: http://search.cpan.org/dist/IO-Null/
|