ash wrote:
What is good way to display html documents in GUI created by Perl
script?

Not sure what you mean, but

    use CGI;
    my $cgi = CGI->new;

    ...

    print $cgi->header;
    print $html;

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to