Help for this page

Select Code to Download


  1. or download this
    sub property($\%;$) { ## no critic -- prototype
        &_check_property;
        push @_, scalar caller();
        &_install_property;
    }
    
  2. or download this
    sub _install_property{
        my ($label, $hash, $opt, $caller) = @_;
    ...
        }
        return;
    }