On 2002.03.28 09:26 Sam Tregar wrote:
> So, that leads me to ask, is it possible to create a warning that you have
> to request explicitly?  Looking through warnings.pm and perllexwarn.pod, I
> think not...

Not without changing the meaning of "use warnings" to
"use warnings qw(all_except_stringification_of_references)".

> If I'm right, can anyone think of an alternative
> implementation that would have the effect I'm looking for?

A new pragma ? "no refstring;" doesn't look good, but I can't think
of a better name.

Reply via email to