Hey, guys I just had some questions regarding a script I'm working on. I just started learning PERL so bear with me.
I need to write a script that records all the changes made to a website. These changes are minimal and happen about every 5 minutes. I was wondering:
1. Is PERL a good language to do this?
2. Can this be done with limited knowledge of the language or is it a pretty complex task?
3. Is the learning curve for something like this too steep to make it worthwhile?
I just don't want to start this project and have it turn out to be something that's beyond my capabilities.
Thanks a lot for the help.
HTML screen scraping questions
Started by xavier1, Apr 05 2010 04:57 PM
2 replies to this topic
#1
Posted 05 April 2010 - 04:57 PM
|
|
|
#2
Posted 05 April 2010 - 08:00 PM
Perl is a great language to do it with. It doesn't take much knowledge of perl to do this either, it may take some knowledge of server side scripting though. Does the site use Ajax?
If you are only getting info from the site, and not sending anything, that really shouldn't be to hard.
If you are only getting info from the site, and not sending anything, that really shouldn't be to hard.
#3
Posted 24 April 2010 - 03:19 PM
Are you on the linux background? If yes, you can write a small shell program using sed/awk and then simply run that script on cron. You can use Python or Perl too to do that.


Sign In
Create Account

Back to top









