in reply to Applet tag using CGI

Would something this simple work?

use CGI; my $q = CGI->new(); print $q->header(), $q->applet( { param => 'applet.jar' } );

Replies are listed 'Best First'.
Re: Re: Applet tag using CGI
by fuzzy (Initiate) on May 03, 2003 at 01:29 UTC
    Thanks