in reply to Re: Re: Re: the #include business
in thread the #include business

Constants that you can change...what a novel idea! Of course, you could just do it the "normal" way and use subroutines that are prototyped with no params (or of course use contant).

package Constants; sub ONE() { 1 } sub TWO() { 2 }