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


in reply to Re^2: Password Generation and Module Multiplication
in thread Password Generation and Module Multiplication

At the time, I think I had some warning that came up with the nested parens.
Which is why, in general, I don't add "use warnings" to the code I write. Sometimes, it finds useful things, but the only time it triggers for me now, it's simply annoying.

If you find yourself changing the code you write to be more obscure or hard to maintain because warnings are warning you, warnings have failed.

-- Randal L. Schwartz, Perl hacker

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.