On Mon, 2006-08-07 at 12:36 -0400, Jonathan Vanasco wrote: > does anyone have any pointers for this? I *think* that if i do all > the sets in a BEGIN block it should work the way I expect.
Since the constant thing is kind of a hack and depends on prototypes, it is easy to break. The only way to know for sure is B::Deparse, which is probably not helpful here. In short, setting them up in a BEGIN block could work, but it's hard to know if it did or not. - Perrin