I know you gave me the exact codes. That wasn't the problem. I already written a script in LWP to register the domain with that registrar. But I was having that problem with the javascript button, which I have resolved and it could register domain names now.

But I'm trying to say that I don't know how to implement the script that uses LWP to register domain names with the script that register domains with sockets. That script checks if the domain is register or not then it register. Therefore, the function of the registration script from the socket is different from LWP.

That is why I prefer doing it with sockets as everything has been written to support sockets. I have done what you said by using debug 4. But it's given me all these junk which I don't understand what it is or how to use it to debug the script. Below is what printed after running script with debug 4.

got `HTTP/1.1 200 OK
(17:0 bytes, VM=vm_unknown)
got `Date: Mon, 01 Mar 2004 01:41:50 GMT
(37:0 bytes, VM=vm_unknown)
got `Server: Apache/2.0.47 (Unix) mod_ssl/2.0.47
OpenSSL/0.9.7b mod_jk/1.2.2
(73:0 bytes, VM=vm_unknown)
got `Set-Cookie:
JSESSIONID=07F7FEAF3E49D02951BACF23E700D181; Path=/website;
Secure
(80:0 bytes, VM=vm_unknown)
got `Content-Length: 4493
(22:0 bytes, VM=vm_unknown)
got `Connection: close
(19:0 bytes, VM=vm_unknown)
got `Content-Type: text/html;charset=ISO-8859-1
(44:0 bytes, VM=vm_unknown)
got `(2:0 bytes, VM=vm_unknown)
got `' (0:0 bytes, VM=vm_unknown)
got `' (0:0 bytes, VM=vm_unknown)
got `' (0:0 bytes, VM=vm_unknown)


In reply to Re: Re: Re: Re: How? by Anonymous Monk
in thread Problems with sending data over Socket SSL by onLOoker

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.