Help for this page

Select Code to Download


  1. or download this
      sub _access_maker {       #{{{
        my $pkg  = shift;      #var in $_
    ...
          $@ and die "Fatal error in $pkg\::Vars\::_access_maker?: $@\n";
        }
      } ## end sub _access_maker  }}}
    
  2. or download this
      sub _access_maker {       #{{{
        my $pkg  = shift;      #var in $_
    ...
          $@ and die "Fatal error in $pkg\::Vars\::_access_maker?: $@\n";
        }
      } ## end sub _access_maker  }}}