I think you're having trouble because your question is incomplete. You presume that there's "one" "domain" for each company. I can assure you that there isn't. And the question is also context-sensitive, since it would depend on what country you are in. Also, "adobe" is useless without the ".com", so you'll need to keep the entire name.

The more you can narrow down your question to the point where it would have the single answers you gave, the more likely you are at coming up with a solution that fulfills an answerable question. Start there.

For example, you could use the Yahoo::Search module and identify the top web hit for each of the companies you list. That would more than likely be correct, but if some company's own website is less trafficked than some other site that talks about them, you might be in for a surprise. But that's where your "human" could come in... present the top five hits on a clickable web interface, and let your human assist in selecting the name.

-- Randal L. Schwartz, Perl hacker

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.


In reply to Re: Finding short DNS names from long text by merlyn
in thread Finding short DNS names from long text by dwhite20899

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.