in reply to using 'require' to insert code
This presumes that you have already emitted the required HTTP header, of course, and will also work perfectly well when you move over to CGI.my @html; open(HTML,"<$TheHtmlFile"); @html = <HTML>; close HTML; print @html;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: using 'require' to insert code
by synapse0 (Pilgrim) on Jul 23, 2001 at 10:17 UTC |