in reply to How can i put favicon.ico into cgi
$q->start_html( -head=>[ $q->Link({ -rel => 'SHORTCUT ICON', -href =>'http://www.capricorn.com/s2.html' }), ], );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How can i put flavicon.ico into cgi
by Anonymous Monk on Sep 21, 2004 at 09:29 UTC |