http://qs321.pair.com?node_id=11136235


in reply to strange constants.pm warning

How do you init $name? Like use constant name => 42?

Then

if ( name =~ /^_?[^\W_0-9]\w*\z/ and !$forbidden{ name() }) {
might work? Conststant creates a sub witht the given name that returns the value.