You should check out HTML::Mason if you are trying to embed and create 
components in html pages.

> > <html>
> > <head>
> > <title>Bidder Registration</title>
> > </head>
> >
> > <body>
> >
> > [+
> >   use TEST1;
> >   &TEST;
> > +]
> >
> > </body>
> > </html>
> > ####################################
> >
> > where
> >
> > TEST1.pm contains the following:
> > ###################################
> > ### Date: 12/29/99 Ver: 0.1 ###
> > ###################################
> > sub TEST {
> >     print "<B>Hi There </B>\n";
> > } # sub TEST
> > 1;



--
   Stathy Touloumis, CTO - JASKE.COM 'innovative I/net'
                     JASKE.COM, Inc.
        3555 W. Peterson Ave. Chicago  IL  60659
      Office - 773.478.9877     Fax - 773.588.5015
______________________________________________
        [EMAIL PROTECTED] - [EMAIL PROTECTED]

Reply via email to