[Bulk] RE: [Bulk] Re: [Techtalk] gui help cross platform

Adelle Hartley adelle at bullet.net.au
Sat May 27 23:33:37 EST 2006


Hi,

Here's a "hello world" Perl/DHTML page:

<HTML>
<HEAD>
<TITLE>Embedded Perl Example</TITLE>
</HEAD>
<BODY>
<SCRIPT Language="PerlScript">
$message = "hello world";
$window->document->write($message);
</SCRIPT>
</BODY>

I don't know if this will only work with ActiveState's Perl - I haven't
tried any other flavour.  I don't know if that would be compatible with the
other pieces you have, and it's not really cross-platform (AFAIK this is a
Windows-only solution, and specifically it's an IE only solution).

Adelle.



More information about the Techtalk mailing list