Help for this page

Select Code to Download


  1. or download this
    $player_info{$ipaddr} = [ qw($nickname $userid $player_req) ];
    
  2. or download this
    # get_player_info():
    # intention: Get a listing of all the players in the server
    ...
            $watch = 1 if ( /-/ );
        }
    
  3. or download this
        my $d = 0;
        my $e = 0;
    ...
                print join(", ",$_[$e]->[$d]);
            }
            print "\n";
    
  4. or download this
        }
        return(%player_info);
    }
    
  5. or download this
    [qadmin@concon devel]$ ./qservwatch2.pl
    Key = 192.168.100.10 and nvalue = Use of uninitialized value in concat
    +enation (.) at ./qservwatch2.pl line 522.
    ...
    
    
    Use of uninitialized value in join at ./qservwatch2.pl line 524.