Help for this page

Select Code to Download


  1. or download this
    sub db_get {
    ..
    ...
    ..
    return @retval
    }
    
  2. or download this
        my $value = $ary[0][0]->{<key>}
        # to Shorten it (so it's not so hard to type) 
        my %short = %{$ary[0][0]};