Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: How to include header and footer in CGI file ?

by gube (Parson)
on Jun 18, 2005 at 01:41 UTC ( [id://467922]=note: print w/replies, xml ) Need Help??


in reply to How to include header and footer in CGI file ?

Hi davidrw

Actually i have done more than 10 cgi files for my email_solution project. i have to embedded all the cgi file in one html file. In sites, we may see that side header if we click it goes to the link. But, the Html file stands same through out site. But, the link goes to the exact cgi file. so, for that i want how to include header and footer the html file with all cgi files.

  • Comment on Re: How to include header and footer in CGI file ?

Replies are listed 'Best First'.
Re^2: How to include header and footer in CGI file ?
by fglock (Vicar) on Jun 18, 2005 at 03:42 UTC

    Do you mean:

    use CGI; use strict; # ... some code open(FILE,'header.htm') and print <FILE>; # ... main program open(FILE,'footer.htm') and print <FILE>; # ... done

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://467922]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-25 09:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found