in reply to regex to identify http:// in html

I've been working on somewhat of an HTML generator from raw text files.
See URI::Find. I have an example of that in my poor-man's chat program.

Also see HTML::FromText, which may do the whole job you want done.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.