Help for this page

Select Code to Download


  1. or download this
    $key eq "year"
      ?
    ...
            }
            $yr = $ydx[$list];
            &show($bros->{$ydx[$list]}->[$index]);
    
  2. or download this
    $key eq "year" ? &show($bros->{$data}->[$list]) : $index = 0;
    while($bros->{$ydx[$list]}->[$index]->{$key} !~ /$data/i){
    ...
    }
    $yr = $ydx[$list];
    &show($bros->{$ydx[$list]}->[$index]);