[Date Prev][Date Next][Thread Prev][Thread Next]
[Search]
[Date Index]
[Thread Index]
Re: [MacPerl] Splitting up a text file
- To: mac-perl@iis.ee.ethz.ch
- Subject: Re: [MacPerl] Splitting up a text file
- From: "K. G." <gouch@eng.usf.edu>
- Date: Tue, 02 Apr 1996 13:32:23 -0500 (EST)
- In-Reply-To: <v02140b04ad750b5c96f3@[134.10.17.113]>
could some1 tell me whats wrong with this how come its not returning to
the browser?
#!/usr/local/bin/perl
print "content-type: text/html\n\n";
print <<'ending_print_tag';
<HTML>
<HEAD>
<TITLE>FIRST CGI</TITLE>
</HEAD>
<BODY>
<H1>THIS IS A TEST</H1>
</BODY>
ending_print_tag