Help for this page

Select Code to Download


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