Help for this page

Select Code to Download


  1. or download this
    ->{foo}->{bar} 
    or 
    ->{foo}->[0]->{bar}
    
  2. or download this
    sub rec_data {
        my $path = shift; # ->{foo}->{bar}
    ...
    
    # search
    my @results = rec_data('->{foo}->{bar}', $data);