in reply to Re: Re: Re: Ugly syntax
in thread Ugly syntax
I prefer using a stack of variables with all caps at the top of each script, for example:
my $SMTP = 'blah'; my $EMAIL = 'blah@blah.com'
All my other variables are all lower case, and while these aren't 'true' constants I don't ever modify them.
Gav.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: Ugly syntax
by perrin (Chancellor) on Dec 05, 2001 at 02:28 UTC |