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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Generate html via perl

Status
Not open for further replies.

shaolinf

Programmer
Nov 20, 2007
14
GB
Hi guys,

How can I code in perl to dynamically generate the HTML pages ? Some exmaples etc

and what does pp ~ mean/do ?
 
What about something like:

print "<html><head>";
print "</head><body>";

Note I'm using perl/CGI.
 
print start_html
print end_html

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[noevil]
Travis - Those who say it cannot be done are usually interrupted by someone else doing it; Give the wrong symptoms, get the wrong solutions;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top