Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

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

by fglock (Vicar)
on Jun 18, 2005 at 03:42 UTC ( [id://467937]=note: print w/replies, xml ) Need Help??


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

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://467937]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-03-28 13:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found