File: include.htm

package info (click to toggle)
libapache-asp-perl 2.63-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 4,120 kB
  • sloc: perl: 6,044; php: 409; sh: 62; lisp: 22; makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 425 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/perl /usr/bin/asp-perl

<!--#include file="header.inc"-->
This script is primarily the product of an included header
and included footer, which are both compiled into the 
script at compile time.  

<p>

When using includes, note that the script will recompile 
every time an included file changes.  Included files
may be used <b>anywhere</b> in a script, for perl or text.

<p>

<!--#include file="footer.inc"-->