in reply to Re: Introspection, strict, warnings and "defined"
in thread Introspection, strict, warnings and "defined"
Thank you - I didn't know about can. I could get by with it, but I think it would be inefficient. I am not planning more than 15-20 extensions, but each one might come up many times. I would therefore have to test each keyword candidate for every occurrence, which seems inelegant to me, or make an entry in a table every time I found one, which would complicate the code, possibly beyond my ability to keep it bug free. But I will look into can, as it might well be what I need.
Regards,
John Davies
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Introspection, strict, warnings and "defined"
by chromatic (Archbishop) on Dec 05, 2011 at 00:11 UTC |