--- Charles Albrecht <[EMAIL PROTECTED]> wrote:
> You can also indicate this file using a header 
> along the lines of:
>  
> <link rel="icon" href="/favicon.png"
type="image/png">

While on that thought and keeping it perl related, how
would one make that sort of a tag from CGI.pm under
the $CGI->start_html() function? Is there a way less
kludgy than...?

$CGI->start_html('-head' => ['<link rel="icon"
href="/favicon.png" type="image/png">'])

~wren


        
                
__________________________________
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs  
http://hotjobs.sweepstakes.yahoo.com/careermakeover 

Reply via email to