pegasus has asked for the wisdom of the Perl Monks concerning the following question:
Hi.
I was reading merlyn's article on multi-page CGI forms and have a question on string delimiters.
Would there be a significant benefit to replacing most of his uses of double quote delimiters with single quotes? As far as I can tell, there's not a lot of interpolation needed in the definition. I can see where a few would need double-quotes, but most seem not to.
I'm hoping to adapt the article for a project I've been given and hope to make it as fast as possible.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: String Delimiters
by tadman (Prior) on Apr 13, 2001 at 20:17 UTC | |
|
Re: String Delimiters
by indigo (Scribe) on Apr 13, 2001 at 20:54 UTC | |
|
Re: String Delimiters
by arhuman (Vicar) on Apr 13, 2001 at 21:01 UTC | |
by tye (Sage) on Apr 14, 2001 at 00:16 UTC | |
|
Re: String Delimiters
by pegasus (Beadle) on Apr 13, 2001 at 22:24 UTC |