libwww and apersands (&'s)
Chris Martino (chris@console.org)
Thu, 1 Feb 2001 13:44:00 -0500 (EST)
Hello,
This is probably the wrong place to ask, but perhaps you can point me in
the right direction.
I have a perl script using LWP to post some data to a cgi. It all works
correctly, but once in a blue moon one of the values includes an ampersand
(&) and needless to say the once that include the & don't work correctly.
Basically, I need to figure out how to get to that apersand before it gets
posted to change it to a %26. Anyone have any ideas?
Thx,
Chris