Help for this page

Select Code to Download


  1. or download this
    sub mk_data_accessors
    {
    ...
          }; die $@ if $@;
        }
    }
    
  2. or download this
    mk_data_accessors(qw(method1 method2 method3));
    
  3. or download this
    sub mk_data_accessors2
    {
    ...
          }; die $@ if $@;
        }
    }
    
  4. or download this
    mk_data_accessors2('{data}->', qw(method1 method2 method3));