mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
7b6fb4d2db
======== Calling a constructor of this class always succeeds, returning a new null filehabdle. 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/ PR: ports/98723 Submitted by: Rouslan Iskhakov <rouslan@rshell.net>
11 lines
347 B
Plaintext
11 lines
347 B
Plaintext
IO::Null
|
|
========
|
|
|
|
Calling a constructor of this class always succeeds, returning a new
|
|
null filehabdle. 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/
|