Help for this page

Select Code to Download


  1. or download this
    use Win32::API qw( );
    
    ...
    
    register_client2(my $id, $ip)
       or die;
    
  2. or download this
    sub register_client2 {
       my ($ip) = @_;
    ...
    
    my ($id) = register_client2($ip)
       or die;