If you are attempting to parse HTML then you'll probably save yourself a lot of time by using one of the HTML modules from CPAN. Depending on what you are trying to achieve, it may be that HTML::TreeBuilder will do the trick for you.
If you are generating the HTML being parsed yourself then maybe it is sufficiently regular that you can get away with using simple regular expressions. But being able to parse wild HTML is a difficult task best left to long in the tooth modules with appropriate experience for the job.
In reply to Re: How do I select text between two bits of text?
by GrandFather
in thread How do I select text between two bits of text?
by sdyates
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |