Subject: | provide a strip_atts method that accepts a list of attributes |
It would be nice to be able to do this:
$_->strip_att('#att1', '#att2', '#att3') for (...some complicated array derivation with greps and maps and stuff...);
This could be a new method or an enhancement to strip_att (perhaps with an alias, but not necessary).