Help for this page
package Util::Stuff::abc; sub attrib1 { 1 } ... if ($symref->can('attrib1')) { ... $symref->attrib1 is OK ... }};