On 29 Jun 2001 13:01:08 -0400, Mike Truong wrote:
> Is there any way to open a HTM page from the Perl program?  
> When the script runs, it opens the page after some conditions
> were checked.
> 
> Thanks in advance for you help.

By "open" do you mean open in some other application or open for
read/writing?

For reading/validating HTML your best bet is the HTML::Parser module.

I assume you are on a MS based platform (you said HTM instead of the
correct term -- HTML) so for displaying HTML you could always say:

system("iexplorer $filename"); #or something to that effect.

  

--
Today is Setting Orange, the 34th day of Confusion in the YOLD 3167
Fnord.


Reply via email to