http://qs1969.pair.com?node_id=64523


in reply to Storing multi-line form data in a flat file?

Why not just use URI encoding? It should work for most cases, though it's probably not 100%

I think CGI also has an escape or encode method... Update: Actually, looks like CGI just does URI encoding, too. But I don't see a method mentioned in the docs (just a quick check) that will let you do it. URI::Escape is probably the way to go.

bbfu
Seasons don't fear The Reaper.
Nor do the wind, the sun, and the rain.
We can be like they are.

  • Comment on Re: Storing multi-line form data in a flat file?

Replies are listed 'Best First'.
Re: Re: Storing multi-line form data in a flat file?
by SilverB1rd (Scribe) on Mar 15, 2001 at 02:31 UTC
    Thanks URI encoding looks like it will work.

    ------
    The Price of Freedom is Eternal Vigilance