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