Hi,
I should have thought to say: this is not an auction or such, it is a website that I perform translation on, and basically, translations are handed out on a "first come first served" basis. There is no mention of automation in the ToS (which is public, located at legal/translator-agreement on their website : gengo.com if you care to verify).
Now, I understand if you consider it foul play to automate the accepting of translations, but the way I see it, is that I am located in Europe, and the servers seem to be in the US (according to geomaplookup.net) which I would expect gives people there a technological edge (to transfer the page it takes my browser 4.4 seconds) not very different from the one scripting the response would give.
The reason I took to writing this in perl is because there are other conditions to verify (several translations might appear and I want to chose the "best" one in that case, I am using HTML::Treebuilder to work through the html), and having tried in javascript I found it was too far out of the little I know about the language. I feel more comfortable in perl although I am by no means experienced with it.
As I said, I understand if people are not happy helping with this. It is not a very big deal for me, I am just using this as a "project" to practice my programming, as much as anything else. Although I do believe this is perfectly legal and fair.
Thank you for your input.

In reply to Re^2: Fast efficient webpage section monitoring by Marcool
in thread Fast efficient webpage section monitoring by Marcool

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.