in reply to Multiple script tags?
Pass -script an array reference. Something like this? I assume this does what you want it to do.
Hope that helps.print start_html(-script => [ 'js1', 'js2' ]);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Multiple script tags?
by peschkaj (Pilgrim) on Oct 14, 2003 at 16:09 UTC | |
by jeffa (Bishop) on Oct 14, 2003 at 22:21 UTC |