Help for this page

Select Code to Download


  1. or download this
    nsqry($domain, @{$AoH{$key}} ) ;
    
  2. or download this
    my $nssvr  = shift @_ ;
    my $client = shift @_ ;
    
  3. or download this
    my $nssvr   = shift @_ ;
    my @clients = @_ ;
    
  4. or download this
    for my $client ( @clients ) {
        ...
    }