I have tons of items to put in the <head> section of my html document. There
are multipl link rel statments.

Looking at the cgi docs I find this for making the <head> section:
   print start_html(-title=>'Secrets of the Pyramids',
                            -author=>'[EMAIL PROTECTED]',
                            -base=>'true',
                            -target=>'_blank',
                            -meta=>{'keywords'=>'pharaoh secret mummy',
                                    'copyright'=>'copyright 1996 King Tut'},
                            -style=>{'src'=>'/styles/style1.css'},
                            -BGCOLOR=>'blue');

I don't see where I can add 

-link=>{'rel'=>'stylesheet', href=>'http://somserver'}

to it.

Even if I could, I have multiple link rel statments I would hate for the
perl behavior to be the last assignment is the only assignment.

Are there other methods to stuff arbitrary html elements into the head
section?

-- 
--
David Bear
College of Public Programs at Arizona State University


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to