http://www.perlmonks.org?node_id=199496


in reply to Re: Removing repeated words
in thread Removing repeated words

<stdin>
Uh, it's STDIN not stdin. The lowercase version works only for backward compatibility, and only because you happened to be in package main. The uppercase version is much preferred, and works in all packages.

-- Randal L. Schwartz, Perl hacker