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.
In reply to String Delimiters by pegasus
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |