in reply to Where is the constant? Where is the void context?
in thread useless use of a constant in a void context?

The 'constant' is any of the numbers before the last.

The 'void context' is that you're throwing it away, instead of using it.

-- Randal L. Schwartz, Perl hacker

  • Comment on Re: Where is the constant? Where is the void context?