On Fri, 29 Jun 2001, 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.

open(HTML, "<header.html") or die "Could not open header.html: $!\n";

while(<HTML>) { print }

close(HTML)

-- Brett
                                   http://www.chapelperilous.net/btfwk/
------------------------------------------------------------------------
According to Kentucky state law, every person must take a bath at least
once a year.

Reply via email to