DELOCH
08-17-2006, 06:30 PM
I know I can use the function start_html to add meta contents, and such but there is one issue.
I got used to making XHTML 1.0 Transitional 1.0 EN for websites and my Win98 Computer's default is XHTML 1.0 BASIC
How can i use the print start_html(-dtd => "something") when I need 2 parts:
1) -//W3C//DTD XHTML 1.0 Transitional//EN
2) http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
I really need to know thanks ^_^
note: In Client-side perlscript can I make alert/confirm/prompt?
I got used to making XHTML 1.0 Transitional 1.0 EN for websites and my Win98 Computer's default is XHTML 1.0 BASIC
How can i use the print start_html(-dtd => "something") when I need 2 parts:
1) -//W3C//DTD XHTML 1.0 Transitional//EN
2) http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
I really need to know thanks ^_^
note: In Client-side perlscript can I make alert/confirm/prompt?