"I'm actually trying to fetch about 6 pages and then snatch stuff out of them with regex's"
The general advice is not to use a regex to parse/manipulate HTML/XML but use one of the parsing modules on cpan. For HTML look at modules such as HTML::Parses and HTML::TokeParser, also see HTML::TokeParser help - parsing headlines or use super search to find more examples.
Hope this helps
Martin
In reply to Re^3: My first socket program is SLOW?
by marto
in thread My first socket program is SLOW?
by ttlgreen
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |