Help for this page

Select Code to Download


  1. or download this
    @$hashref{keys %some_hash} = values %some_hash;
    
  2. or download this
    my %data = %{$dbh->selectall_hashref()->[0]};