Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
-style => {-code=> "$page_style", 'src'=>[$_css_path,$_css_path2]},#.. +.. I just copied that line out...
print start_html();
Then if I have another path, say in this tag: $_css_path3, how would I add it? push?@whatever = ("$_css_path","$_css_path2"); -style => {-code=> "$page_style", 'src'=>@whatever}, #....
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Style in CGI Header
by frozenwithjoy (Priest) on Sep 30, 2014 at 04:15 UTC | |
by Anonymous Monk on Sep 30, 2014 at 23:00 UTC | |
by Anonymous Monk on Oct 01, 2014 at 01:20 UTC | |
by frozenwithjoy (Priest) on Oct 01, 2014 at 01:01 UTC |