http://qs1969.pair.com?node_id=246473


in reply to Re: Re: Constant Variables
in thread Constant Variables

You don't want to do that. You want to have a hash of configuration values. That way, you do something like:
my $string1 = qq!Hello, my favorite color is $config{color1}!;

------
We are the carpenters and bricklayers of the Information Age.

Don't go borrowing trouble. For programmers, this means Worry only about what you need to implement.

Please remember that I'm crufty and crochety. All opinions are purely mine and all code is untested, unless otherwise specified.