Hi:
Ok... More simple.
I have a perl file (html.pl like:
 
----------------------------------------

#! /usr/bin/perl

print("Content-type: text/html\n\n");

print '
<HTML>
<HEAD>
<TITLE>Hello World</TITLE>
</HEAD>
<BODY>
<h1>HELLO WORLD!</h1>
</BODY>
</HTML>
';

---------------------------------------

When I create a standaralone version of this scrip with Perlapp and execute only the source run rapidly in a DOS windows.

How Can I see this in a Browser Windows or a Elegant Windows??? Need I use Perl/TK?

Thank for any comments...

Reply via email to