Re: PERL's equivalent to an "include file"
- From: wiggins@xxxxxxxxxxxx (Wiggins d'Anconia)
- Date: Tue, 27 Sep 2005 12:55:47 -0600
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 <shellylbrown@xxxxxxxxx> 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
>
.
- References:
- PERL's equivalent to an "include file"
- From: Shelly Brown
- Re: PERL's equivalent to an "include file"
- From: Shelly Brown
- PERL's equivalent to an "include file"
- Prev by Date: Re: PERL's equivalent to an "include file"
- Next by Date: Re: PERL's equivalent to an "include file"
- Previous by thread: Re: PERL's equivalent to an "include file"
- Next by thread: Re: PERL's equivalent to an "include file"
- Index(es):
Relevant Pages
|
|