Hello Matija,
Tuesday, September 11, 2001, Matija Papec <[EMAIL PROTECTED]> wrote:
MP> Is there a reason why '' should be preferred over "" when using static
MP> expressions? My guess is that "" takes a little longer at compile time for
at run time. inside loop, for example.
MP> perl to see if variables resides inside quotes, but don't know if this is
MP> significant to bother with single quotes.
personally, i prefer '' in next case:
my $a = "\$\@\^";
my $a = '$@^';
MP> ps. I've always used "" but now my boss tells me that this is a bad thing :)
it depends :)
Best wishes,
Maxim mailto:[EMAIL PROTECTED]
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]