Fredrik Lundh wrote:
> John Salerno wrote:
>
>> If I read a string that contains a newline character(s) into a
>> variable, then write that variable to a file, how can I retain those
>> newline characters so that the string remains on one line rather than
>> spans multiple lines?
>
> you canno
John Salerno wrote:
> If I read a string that contains a newline character(s) into a variable,
> then write that variable to a file, how can I retain those newline
> characters so that the string remains on one line rather than spans
> multiple lines?
you cannot: the whole point of a newline c
If I read a string that contains a newline character(s) into a variable,
then write that variable to a file, how can I retain those newline
characters so that the string remains on one line rather than spans
multiple lines?
Example: In a CGI script, I'm reading the address field from an HTML
f