madM has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks! I was just wondering if itīs possible to write a script that response to an event on a Web page(not your own Web page) and where should i start with to learn about that. thanks for the hints :) !

Replies are listed 'Best First'.
Re: Event programming
by Marshall (Canon) on Sep 23, 2013 at 05:46 UTC
    I would suggest that you write some more text about what you what to do and how you envision this happening.
    Give an example.

    I am not sure what you mean by "an event on a Web page".

    Perl can act like a simple user who receives a web page and responds with whatever fields need to to be filled in and sends a reply.

    There are complications with Java Script and in that case, Perl cannot execute the code.
    You can however control a browser which can run the Java code.

    I don't know enough info right now to guide further.

Re: Event programming
by ww (Archbishop) on Sep 23, 2013 at 02:05 UTC
    ... and what would cause that event on the web page, not your own?

    Thimk!

Re: Event programming (about the internet)
by Anonymous Monk on Sep 23, 2013 at 02:06 UTC

    Hi Monks! I was just wondering if itīs possible to write a script that response to an event on a Web page(not your own Web page) and where should i start with to learn about that. thanks for the hints :) !

    Funny :)

    learn about the internet,Web Programming: For Beginners, to get an overall picture of how the internet works, how tcp/ip, sockets, html, ajax, all fit together....

Re: Event programming
by Anonymous Monk on Sep 23, 2013 at 04:17 UTC