Re: parsing html question

2008-02-05 Thread Tom Phoenix
On Feb 5, 2008 10:36 AM, isaac2004 <[EMAIL PROTECTED]> wrote: > hello, i am trying to parse an html document for links for output, my > idea is to grab the URL from a form and send the URL to another file > that does the actual parse process. i am aware that HTML:Parser has a > built in for this,

parsing html question

2008-02-05 Thread isaac2004
hello, i am trying to parse an html document for links for output, my idea is to grab the URL from a form and send the URL to another file that does the actual parse process. i am aware that HTML:Parser has a built in for this, but i want to learn regex better. my plan after i get the file is to pu