in reply to my $var = ''; vs. use constant VAR => '';
From perldoc constant
"These constants do not directly interpolate into double-quotish strings, although you may do so indirectly."
There might be a bit of a performance hit when using the constants approach, but I doubt it's *huge* and you are protected from accidentally altering your constants.
"edited" by (arturo) hisself ... sorry, I thought I'd broken the lines up correctly and it showed up fine in my browser.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: my $var; vs. use constant VAR = '';
by MeowChow (Vicar) on Apr 27, 2001 at 01:12 UTC |