chomp(@html = get($url));
is faster than foreach since it doesn't need to load the whole array, just one line at a time.while(@html) { #parse code here }
In reply to RE: Road Traffic Check
by ar0n
in thread Road Traffic Check
by orthanc
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |