------------------------------------------------ On Thu, 23 Jan 2003 14:00:19 +0100, "Nils-Anders Persson" <[EMAIL PROTECTED]> wrote:
> Hello, > > I've seen many discussions regarding the use of "use strict". Probably shouldn't be any discussion. Just 'use' it. :-) > > What i wonder is why is it so bad using global variables? > Memory usage, modularity, debugging, are three good reasons. > And another question how do you define constants in perl? > use constant CONSTANT_NAME => 5; perldoc constant (for the details). http://danconia.org -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]