Happy New year out there,
Is it possible to get CGI.pm to print <p class="myclass">text.......</p>
I also need to print out the one these as well:
<link rel="stylesheet" href="/css/main.css" type="text/css">
but it has to be in the <head> of the starting HTML? -- and I would like it
before the </head> and after the </title>
Is any of this possible and would be the correct syntax for this?
Below is my starting point.
use CGI;
my $q = new CGI;
print $q->header( "text/html" ),
$q->start_html( "Error" ),
$q->p( "Your upload was not procesed because the following error ",
"occured: " ),
Thanks for any help on this,
Dave Gilden
(kora musician / audiophile / webmaster @ www.coraconnection.com / Ft. Worth,
TX, USA)
Visit my schedule page for up to the minute performance info:
<http://www.coraconnection.com/cgi-bin/schedule.pl>
==============================================
Cora Connection: Your West African Music Source
Resources, Recordings, Instruments & More!
<http://www.coraconnection.com/>
==============================================
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>