I need to create a script which will parse some data from a url and then insert it into a database. I was wondering whether a perl cgi script or a php script is more suited for this purpose. I would have to run this script every ten minutes or so.
Share
Either PHP or Perl will do the job just fine. I’d send you in the direction of PHP just because it’s easier to use out of the box and has a lot more examples geared toward people just getting started.
Here is an example answer to this question