I'm working on a perl scraper using www::mechanize, but need it to execute a line of jQuery code to pop information about an element on a page. I could either use jquery or not, it doesn't really matter, I just figured jquery might be a bit more concise. Basically, the code I want perl to click is this, so how would I go about doing that?
<div class="slick-cell l1 r1"> <a href="#" onclick="return Game.ContestPop(33445566, true);" class= +"fr"> Contest 33445566 </a> </div>
Thanks in advance monks :D
In reply to jQuery & Perl? by jdlev
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |