Rose::HTML::Script

Rose::HTML::Script is an object representation of the "script" HTML tag.
Download

Rose::HTML::Script Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • John C. Siracusa
  • Publisher web site:
  • http://search.cpan.org/~jsiracusa/

Rose::HTML::Script Tags


Rose::HTML::Script Description

Rose::HTML::Script is an object representation of the "script" HTML tag. 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 Requirements: · Perl


Rose::HTML::Script Related Software