Help for this page
package Base::HTML::Elements; use strict; ... } 1;
sub get_attributes { my ($options, $valid) = @_; ... } return [@attributes]; }