hi everyone,
i am stuck with a problem which u geeks may figure it out.
I have to output html code from cgi files. for every html code i output
from these cgi files , there is a common header and footer information.
As the number of cgi files are large in number, if i want to change the
header , i would have to change all of these cgi files.
Instead i want to create an another html fil e called commonheader and
call
it from the cgi and lo! whatever i change in this html file it is seen
thru
all the ten cgi files.
This is what i was trying to do require"cgi-lib.pl"
print "Content-type: text/html\n\n";
print<<'ending';
require "commonheader.html";
ending
But this code output the html file commonheader as text on the screen
instead of html document.
waiting for your views.
---
You are currently subscribed to perl-win32-users as: [[email protected]]
To unsubscribe, forward this message to
[EMAIL PROTECTED]
For non-automated Mailing List support, send email to
[EMAIL PROTECTED]