in reply to Re^2: grep {CONSTANT} @list
in thread grep {CONSTANT} @list
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...
|
|---|