in reply to Re: Re: Control the Web browser from the client-side?
in thread Control the Web browser from the client-side?

In any event, I don't think regexen are the way to go when parsing HTML

Most of the HTML parsing modules for perl actually do use regexes. However, what I meant was a regex for checking correctness of content, as in /Hello $username/ or /order number: $order_id/.