Nov 21, 2007 #1 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 ?
Hi guys, How can I code in perl to dynamically generate the HTML pages ? Some exmaples etc and what does pp ~ mean/do ?
Nov 21, 2007 #2 travs69 MIS Dec 21, 2006 1,431 US http://search.cpan.org/src/LDS/CGI.pm-3.29/cgi_docs.html ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Travis - Those who say it cannot be done are usually interrupted by someone else doing it; Give the wrong symptoms, get the wrong solutions; Upvote 0 Downvote
http://search.cpan.org/src/LDS/CGI.pm-3.29/cgi_docs.html ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Travis - Those who say it cannot be done are usually interrupted by someone else doing it; Give the wrong symptoms, get the wrong solutions;
Nov 21, 2007 Thread starter #3 shaolinf Programmer Nov 20, 2007 14 GB What about something like: print "<html><head>"; print "</head><body>"; Note I'm using perl/CGI. Upvote 0 Downvote
Nov 21, 2007 #4 travs69 MIS Dec 21, 2006 1,431 US print start_html print end_html ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Travis - Those who say it cannot be done are usually interrupted by someone else doing it; Give the wrong symptoms, get the wrong solutions; Upvote 0 Downvote
print start_html print end_html ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Travis - Those who say it cannot be done are usually interrupted by someone else doing it; Give the wrong symptoms, get the wrong solutions;