LOOP:while (<>) { chomp; ($user, $muser) = map lc, split; #### LOOP:while (@ARGV) { chomp; my $user = pop; my $muser = pop;