|
|
Highlights
All Snippets
Top 100 Snippets
Librarians
gbCodeLib
By Language
VB6
JavaScript
Perl
HTML
SQL
Java
DOS
|
GBIC >>
Source Code >>
Perl >> Snippet
|
CGI script to return web page with no data
#!/usr/bin/perl
print
<<
stop_html ;
Content
-
type: text
/
html
# note the blank line coming next - it is required!
<
html
>
<
head
>
<
title
></
title
>
</
head
>
<
body
>
</
BODY
>
</
html
>
stop_html
|
|
|
|