Help for this page

Select Code to Download


  1. or download this
    #access 
    my $kolsref = $kol_q->get_all_KOLS;
    ...
    
    # or if you really want to copy the hash
    my %kols = %{  $kol_q->get_all_KOLS() };