Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
              'connection-id' => {
    ...
                                 }
    ....
    }
    
  2. or download this
    foreach my $connection (keys %h) {
            foreach my $userid (keys %{$h{$connection}}) {
    ...
                            }
            }
    }