Description
Output can be discarded through null filehandles in Perl programs. Developers use this class in tests, optional logging, and APIs that require a handle even when no data should be kept. Data written to the null handle is intentionally lost.