First of all, lets take a step back, now take a step forwards, but lets not repeat that, otherwise people may think we are dancing.

On a serious note, we are here to help. Everything I suggested was IMHO, positive advice. Positive in the sense that these are all things (use strict; use warnings;, proper use of search engines, reading and understanding the code you are using) you can do to make your life easier. If for some reason you don't want to make your life (well the programming part of it) easier, go ahead and ignore this advice.

I guess another part of my advice should have been to read How do I post a question effectively?, since you first claim "I've searched on google, but I can't find anything about it." seems to have changed to have changed to "I searched for the error and I didn't see any obvious solution".

The search for your exact error message returns very few results, taking a look at the first couple tell you at which point Net::Whois::IP returns this error (of course had you looked at the code for Net::Whois::IP you would have found this, eventually). This should lead you to think to yourself "What is happening at this part of the code. Is there anyway I can debug this?", for example, can you test this functionality from another utility or run your script on another server? Can your server connect to the registrar in question, is there a networks issue?

Also, since you say that English is not your native language, please read Mental retardation in reference to your comment "I'm not retarded.", as, in English, many people find this offensive in this context.

Martin

In reply to Re^3: Whois query error: "No valid response for 4th time..." by marto
in thread Whois query error: "No valid response for 4th time..." by marto9

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.