my $user=undef; for (@site) { if (//) { print "joe:\n"; $user = $1; last; } } print "user = $user\n";