On 12/05/2006 08:03 PM, David Bear wrote:
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.
[...]

     -style => {src => [qw(/styles/style1.css /styles/yellow.css)]},

Line 2543 of CGI.pm's pod (for version 3.04) shows how to do this.



--
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