Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CGI and perl

Status
Not open for further replies.

lucknowm

MIS
Jun 4, 1999
19
0
0
US
I am using Perl in CGI

print p ("line 1" );
print p ("line 2" );

Why does it print a blank line after every line ?
 
... 'coz that's wot paragraphs are. Try
[tt] print "line1", br(), "line2;[/tt] "As soon as we started programming, we found to our surprise that it wasn't as
easy to get programs right as we had thought. Debugging had to be discovered.
I can remember the exact instant when I realized that a large part of my life
from then on was going to be spent in finding mistakes in my own programs."
--Maurice Wilk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top