duffdoerak has asked for the wisdom of the Perl Monks concerning the following question:
Perl script is used to scrape match competition data from a website. Somehow the scraping is limited to 2 minutes on the external server. After 2 minutes the scraping is stopped, without error message and right in the middle of executing a command line. How can I overcome this problem?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to overcome a time limit on using a script
by marto (Cardinal) on Feb 14, 2015 at 12:28 UTC | |
by duffdoerak (Initiate) on Feb 14, 2015 at 12:43 UTC | |
|
Re: How to overcome a time limit on using a script
by tangent (Parson) on Feb 14, 2015 at 13:10 UTC | |
| |
|
Re: How to overcome a time limit on using a script
by Jenda (Abbot) on Feb 15, 2015 at 02:30 UTC |