arcnon has asked for the wisdom of the Perl Monks concerning the following question:
I tried it in cgiapp_prerun & cgiapp_postrun. No errors tho.my $q = $self->query; $q->start_html( -style=> { -type => 'text/css', -src=>'/styles/print.css', -rel => 'stylesheet', -media => 'all' } );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: cgi application & global style sheet
by rhesa (Vicar) on Mar 02, 2006 at 18:32 UTC | |
by arcnon (Monk) on Mar 02, 2006 at 19:48 UTC | |
by rhesa (Vicar) on Mar 02, 2006 at 20:42 UTC |