in reply to Re: Optimizing Perl Code - single versus double quotes really that important?
in thread Optimizing Perl Code - single versus double quotes really that important?

Even though it's a really old post. I'd like to point out that this is not the topic which is being discussed here. The thing is we are trying to figure out if double quotes take up more resources. For instance if you use "" For every string. And replace them with '' would that make the script faster?
  • Comment on Re^2: Optimizing Perl Code - single versus double quotes really that important?

Replies are listed 'Best First'.
Re^3: Optimizing Perl Code - single versus double quotes really that important?
by marto (Cardinal) on Oct 30, 2013 at 10:56 UTC

    So what happened when you tried it? I suggest you either read the existing replies and if still curious actually test your script.