Re: PERL's equivalent to an "include file"
- From: cdevers@xxxxxxxxx (Chris Devers)
- Date: Tue, 27 Sep 2005 15:03:34 -0400 (EDT)
On Tue, 27 Sep 2005, 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?
Yes.
If I were doing this on Apache, I'd consider using Server Side Includes.
They aren't as dynamic or as cool as embedding a proper scripting
language like Perl, but they're fast and they're easy.
Easier still: HTML <iframe> tags.
I'm not sure if IIS/ASP has an equivalent to SSI, but <iframe> will work
anywhere.
--
Chris Devers
?$í?¡^t[ê(B
- Follow-Ups:
- Re: PERL's equivalent to an "include file"
- From: Shelly Brown
- Re: PERL's equivalent to an "include file"
- 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):