where $source contains the source of the HTML page. You may need to tweak this a bit to match exactly what you want (for example, you want to match what comes after "last: "-- but how much do you want to match after that? The quote, which should, I guess, be a number?)my($quote) = $source =~ /.*last: ([0-9.]+)/i;
In reply to RE: Re: URL's
by btrott
in thread URL's
by nascent
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |