in reply to Re: Javascript in Perl and retrieving the HTML source.
in thread Javascript in Perl and retrieving the HTML source.
When I used this piece of code the table was excluded.open(HHOL, "C:/tmp/HHOL/HHOL.txt") || die ("unable to open HHOL file") +; while(my @HHOLid = split /=[^\n]*\n/, <HHOL>) { foreach $HHOLid (@HHOLid) { $src = "http://www.helpfulholidays.com/property.asp?ref=".$ +HHOLid."&year=".$year; sleep (rand 10); $_ = get($src); print ("$src\n"); } } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Javascript in Perl and retrieving the HTML source.
by bassplayer (Monsignor) on Sep 22, 2003 at 16:26 UTC | |
by waiterm (Acolyte) on Sep 22, 2003 at 17:00 UTC | |
by bassplayer (Monsignor) on Sep 22, 2003 at 17:20 UTC |