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


in reply to Re^2: grep {CONSTANT} @list
in thread grep {CONSTANT} @list

Perhaps this (constant#CAVEATS):
You can get into trouble if you use constants in a context which automatically quotes barewords...

And this (Readonly#COMPARISON_WITH_"use_constant"):

You have to be very careful in places where barewords are allowed...