in reply to hepl with a regex problem

Also, you might want to consider using XML if you want to extract data from the page. With XML you could have the number enclosed with <number></number> tags, because your data may not always be inbetween the two same tags. It makes data extraction alot simpler, and formatting is achieved using powerful stylesheets. Hope this helps!

Just Another Perl Wannabe