Help for this page

Select Code to Download


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