- or download this
use CGI qw/Link/;
- or download this
print $q->start_html({
-head=>Link({-rel=>'stylesheet', -type=>'text/css', -href=>'/foo.c
+ss'}),
});
- or download this
print $q->start_html({
-head=>Link([
...
{-rel=>'stylesheet', -type=>'text/css', -href=>'/bar.css'},
]),
});
- or download this
print $q->start_html({
-head=>Link({-rel=>'stylesheet', -type=>'text/css', -href=>'/foo
+.css'})
. Link({-rel=>'stylesheet', -type=>'text/css', -href=>'/bar.cs
+s'}),
});