Kicking and Scripting: JavaScript and CGI
By Dean Clark
Dr. Dobb's Journal April 1997
(a)
"name=Judy+Stevens&address=123+Center+Street&phone=1234567"
(b)
"name=Judy Stevens\naddress=123 Center Street\nphone=1234567"
Example 1: (a) A line of stdin text read by the main function; (b) same string after substitutions.
Back to Article
Copyright © 1997, Dr. Dobb's Journal