Help for this page

Select Code to Download


  1. or download this
    my %site = %{ $recordset_TA_SITE[0] };
    print $site{'Age'};
    
  2. or download this
    my $href = $recordset_TA_SITE[0];
    print $href->{'Age'};