Help for this page

Select Code to Download


  1. or download this
    sub mk_data_accessors3 {
        my $path = shift;
    ...
    mk_data_accessors3('data','bar');
    
    print bar({data=>{bar=>456}}), "\n";  # 456