Quote:
Originally Posted by Max Taxable
That code is so old it might have come from Hammurabi. Are you one of the folks trying to fix the Obamacare website?
CGI.
|
Not sure what Hammurabi means TBH. I assume Obama Care is some charity organised by the US President, but no I'd be the last person trying to fix any website. As per my post, I don't know how to program (far from it) and asked someone to help me.
Cheers for the link!
--------------- Added [DATE]1384237676[/DATE] at [TIME]1384237676[/TIME] ---------------
Tried in HTML (or PHP) but both didn't work:
lscgid: execve():/clientdata/apache-www/s/u/MYWEBSITEDOMAIN/www/cgi-bin/myscraper.pl: No such file or directory
Any ideas?
#!/usr/cgi-bin/perl -w
# use warnings;
use strict;
use URI;
use Web::Scraper;
use HTML::Entities;
use List::MoreUtils 'first_index';