Help for this page

Select Code to Download


  1. or download this
    for my $key1 (keys %$returnedData) {
       for my $key2 (keys %{$returnedData->{$key1}}) {
           print "$key1.$key2 = $returnedData->{$key1}->{$key2}\n";
       }
    }
    
  2. or download this
    C:\tmp>type erick.pl
    
    ...
    key3.key16 = data12