in reply to Re: print content in cgi and html
in thread print content in cgi and html
if($condition) { print <<HTML Content-type: text/html <html><head>.....</head> <body bgcolor="white"> if($variable == 1) { print $anotherVariable; } </body> </html> HTML }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: print content in cgi and html
by barrd (Canon) on Sep 26, 2003 at 16:25 UTC |