Help for this page

Select Code to Download


  1. or download this
    $socket = 'socketa';
    $connections{$socket} = {};
    ...
    
    #to access it
    $connections{$sockets{Bob}};
    
  2. or download this
    my $socket;
    my $name = 'Bob';
    ...
      }
    }
    print "$socket is the socket for $name\n";
    
  3. or download this
    $connections{socket}{username} = "Bob";