hi im new with perl. just read some tutorials 3 days ago. just wanna ask if perl can automate a mouse click?.. how is this possible?.. could u help me with this?..

In what context are you generating a mouse click. In a webpage? If so, I'd use javascript (particularly jQuery) to do the mouseclick. With Jquery you can call:

$("#objectID").click();

Yet remember, this is NOT perl, it is javascript.

hi im new with perl. just read some tutorials 3 days ago. just wanna ask if perl can automate a mouse click?.. how is this possible?.. could u help me with this?..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.