Help for this page
while ( my $line = <$fh> ) { chomp $line; ... next unless $name eq $userName; .... }