Gossamer Forum
Home : General : Perl Programming :

includes in cgi like php maybe

Quote Reply
includes in cgi like php maybe
Crazy

the majorit of files on my site are php and i came to a sudden conclusion before i edited the dbman script i downloaded. How through the cgi files do i include text files. Through out my site i use txt includes to simplify the links and content. Hope you guys know what im looking for here.



What is the cgi/perl include command that works like this:



<?php

include("blahblah.txt");

?>



is there a perl equivalent to this simple command?



To better help you understand what im doing let me explain. I want to change all of the info from the tables generated and fill it into a theme like my current website

putting the info generated in a middle content area. the only way i could figure is to hand edit everything and then use those include commands. help me if you can thanks.




go to our site at http://www.eqsanctum.com/oov and youll see what i mean

Last edited by:

sanctum: Oct 14, 2002, 5:25 AM
Subject Author Views Date
Thread includes in cgi like php maybe sanctum 3131 Oct 14, 2002, 5:23 AM
Thread Re: [sanctum] includes in cgi like php maybe
Paul 2998 Oct 14, 2002, 5:30 AM
Thread Re: [Paul] includes in cgi like php maybe
sanctum 2997 Oct 14, 2002, 5:34 AM
Post Re: [sanctum] includes in cgi like php maybe
Paul 3005 Oct 14, 2002, 5:43 AM