It would help if you gave just a simple example but, I think you want somnething like
this:
if ( $q->param( 'something' ) {
print qq`
<table>
<tr>
<td>$your_value</td>
</tr>
<tr>
</table>`;
}
course' that's using CGI.pm
-----Original Message-----
From: "Bob Showalter"<[EMAIL PROTECTED]>
To: "'Adam Wilson'"<[EMAIL PROTECTED]>,
"'[EMAIL PROTECTED]'"<[EMAIL PROTECTED]>
Date: Wed Dec 11 11:11:23 PST 2002
Subject: Re: including perl in html
>(reply redirected to [EMAIL PROTECTED])
>
>> -----Original Message-----
>> From: Adam Wilson [mailto:[EMAIL PROTECTED]]
>> Sent: Tuesday, December 10, 2002 11:30 AM
>> To: [EMAIL PROTECTED]
>> Subject: including perl in html
>>
>>
>> Hi,
>>
>> can anyone help me, i want to include the ouput of a perl
>> file within an
>> html file, without using a seperate frame. I am familiar with
>> php, is there
>> a way to include like there is in php? Or do i have to output
>> the HTML from
>> the perl script?
>
>You can use Apache's mod_ssi for a rudimentary capability:
>
> <http://httpd.apache.org/docs/howto/ssi.html>
>
>For more powerful solutions comparable to PHP, see
>
> HTML::Mason <http://www.masonhq.com>
> Embperl <http://www.ecos.de/embperl/>
> Apache::ASP <http://www.apache-asp.org/>
>
>Of these, I have personally used only HTML::Mason. Very slick.
>
>--
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
___________________________________________________
GO.com Mail
Get Your Free, Private E-mail at http://mail.go.com
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]