in reply to How can i put favicon.ico into cgi

-attachment=>? Where do you get that from? As per documentation,
$q->start_html( -head=>[ $q->Link({ -rel => 'SHORTCUT ICON', -href =>'http://www.capricorn.com/s2.html' }), ], );

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.

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
    Thank you very much(both of you!). It works.