RE: [Perl-unix-users] Server-Side Includes in Perl Scripts

2001-12-07 Thread Thomas_M
es. What I ended up doing was write a "perl-side-include" sub that performs the substitution wherever a From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 07, 2001 1:00 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: [Perl-unix-users] S

Re: [Perl-unix-users] Server-Side Includes in Perl Scripts

2001-12-07 Thread $Bill Luebkert
[EMAIL PROTECTED] wrote: > Our web administrator just told me that... > > "Web servers don't parse the output of CGI scripts for SSIs." > > after I asked her... > > "My perl script contains server-side include statements. Will these work > with a cgi extension?" > > Is this true? I would lik

Re: [Perl-unix-users] Server-Side Includes in Perl Scripts

2001-12-07 Thread Morbus Iff
>"Web servers don't parse the output of CGI scripts for SSIs." >"My perl script contains server-side include statements. Will these work > >Is this true? I would like the server-side include statements to be parsed >after the perl engine parses the script? Yes, it's true, and nope, you can'

[Perl-unix-users] Server-Side Includes in Perl Scripts

2001-12-07 Thread gregory . john . toland
Our web administrator just told me that... "Web servers don't parse the output of CGI scripts for SSIs." after I asked her... "My perl script contains server-side include statements. Will these work with a cgi extension?" Is this true? I would like the server-side include statements to be par