http://qs321.pair.com?node_id=178617

dwatson06 has asked for the wisdom of the Perl Monks concerning the following question:

I am connecting to a cgi script through a SSL socket connection (using SSLeay). When I get a response back, I am printing the response as_string but it appears to be still encoded...

¦¦0áN-áS++-+++á-áAU+H--+ZA++-N

The headers come back fine with a 200 OK
I was told to 'strip the parity bit' but can find little information on doing so. Do you have any information on this or any links to resources? I've tried numerous searches with little luck.
Thank you

Replies are listed 'Best First'.
Re: Strip parity bit.
by hossman (Prior) on Jul 02, 2002 at 06:08 UTC
    Are you using Crypt::SSLeay or Net::SSLeay?

    Can you show us a sample of some code that generates the problem you are encountering?