Return to lond CVS log | Up to [LON-CAPA] / loncom |
version 1.489.2.33, 2019/08/22 14:51:51 | version 1.489.2.34, 2020/01/13 03:46:32 |
---|---|
Line 4642 sub get_domain_handler { | Line 4642 sub get_domain_handler { |
my ($cmd, $tail, $client) = @_; | my ($cmd, $tail, $client) = @_; |
my $userinput = "$client:$tail"; | my $userinput = "$cmd:$tail"; |
my ($udom,$namespace,$what)=split(/:/,$tail,3); | my ($udom,$namespace,$what)=split(/:/,$tail,3); |
chomp($what); | chomp($what); |