fuzzy has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: Applet tag using CGI
by chromatic (Archbishop) on May 02, 2003 at 22:16 UTC

    Would something this simple work?

    use CGI; my $q = CGI->new(); print $q->header(), $q->applet( { param => 'applet.jar' } );
      Thanks
A reply falls below the community's threshold of quality. You may see it by logging in.