There are two questions I've flirted with over the past few months and finally getting a little time to look around, I think I've gotten myself stuck.

Yahoo Games! game page has lots of JavaScript for their game entry links, though I haven't tested WWW::Mechanize on it, I'm sure it'll work with these just fine.

The rooms are filled with spam bots, oh Gads is it ever. Once in a while there's someone in there with a blank bot, not sure what else to call it really. What it does is, when it finds detected keywords from a spam bot's message, it posts some 6 or more lines of blank replies to push it off the screen. I've looked for these online but I couldn't find any.. so here I am wanting to make one.

I can do the logging in AND the keyword searching (once I know how to parse the text since it's a JavaApplet), but I need to know how to process the text field and 'enter' key along with reading in text.

Now I realize the other programs out there are more than likely in a compiled language like VB or C, but can Perl interact with a Java form?


In reply to Using Perl to perform java applet forms by Anonymous Monk

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.