Hi, i'm trying to write a small script for the website "www.fanfiction.net." This small perl script is part of a much larger script, which is why it has to be in Perl.
When you are logged in and go to any of the stories on the site there is a button that is marked a follow/fav. This button brinks up a javascript based popup with check boxes that is then submitted to the server.
I am able to get the script to download the pages source code, and use regex to pull out what i need. The question is, is there a way to get perl to automatically submit the post command to the server only given the source code of the webpage.
Thanks for any help.