Please bottom post...

Shelly Brown wrote:
> I would like to display the daily calendar information from a perl script:
> http://webapps.sbuniv.edu/daycal/ within an html page so it looks like this:
> http://www.sbuniv.edu/. Right now I have to manually enter the calendar
> information. I would like for it to be dynamic. Make sense?
> 

Most likely your web server software has the ability to parse pages, aka
server parsed pages, and you can probably make an include call exec on a
program on the local filesystem. The program should output on STDOUT the
HTML code for the calendar. Depending on which webserver you run you may
also be able to handle this directly with ASP or the like, but then that
wouldn't be Perl.

Going the embedded Perl route is probably more difficult and not the
direction to head...

http://danconia.org

> On 9/27/05, Shelly Brown <[EMAIL PROTECTED]> wrote:
> 
>>I would like to include a PERL file within an html or asp file. How do I
>>do that? I'm working on a Windows server.
>>--
>>Shelly Brown
>>
> 
> 
> 
> 
> --
> Shelly Brown
> 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to