Help for this page

Select Code to Download


  1. or download this
    my %map = (
        typeA => sub { $_[0]->{key1}[3]{key2} },
    ...
        typeC => sub { $_[0]->[1]{key4} },
        # ...
    );
    
  2. or download this
    $$obj{cost}  <--type1
    $$obj{priceList}{price}  <--type2
    $$obj{priceList}{price}{value}  <--type3
    ...etc..