Rose::HTML::Script is an object representation of the "script" HTML tag.
SYNOPSIS
$script = Rose::HTML::Script->new(src => '/main.js');
print $script->html;
$script =
Rose::HTML::Script->new(
script => 'function addThese(a, b) { return a + b }');
print $script->html;
...
Rose::HTML::Script is an object representation of a "script" HTML tag used to reference or wrap scripts (e.g., JavaScript).
This class inherits from, and follows the conventions of, Rose::HTML::Object. Inherited methods that are not overridden will not be documented a second time here. See the Rose::HTML::Object documentation for more information.
Requirements:
· Perl
Product's homepage
Requirements:
· Perl