Apache/1.3.14 (Win32) in Windows98 standalone (faking a Unix)
Perl v5.6.0 build 618

Hi and thanks for helping.  How may I get my perl5 to generate new
lines?  Seems critical.  Here's the script, ":Hello.pl"  The output
comes all on just one line, when it
should break after "world" and again after $name (Eric C. Hermann).  The
file is in  apache/cgi-bin.  I had ndex.html.en in apache/htdocs link to
it.


#!c:/perl/bin/perl5  #shebang "Unix" style path to perl on Windows 98
use CGI qw (:standard) ;  #noticed my system must have this line in or
page won't form.
print header ( )  ;             #noticed must have this line in too, or
no page.

$name = "Eric C. Hermann";
print "Hello, world.\n" ;
print "This program was written by ";
print "$name.\n\n";

Thank you,

Sonya Finkey
Keaau, Hawaii

begin:vcard 
n:Finkey;Sonya L
tel;fax:(808) 966-4132
tel;home:(808) 966-4132
tel;work:http://alohagoodies.com
x-mozilla-html:TRUE
adr:;;;;;;
version:2.1
email;internet:[EMAIL PROTECTED]
fn:S L Finkey, Tech Support
end:vcard

Reply via email to