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 have index.html.en in apache/htdocs
linking 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 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
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to