Help for this page
my $match = 0; # We haven't got a match yet. ... unless ($match) { print "\"$username\" does not match any users in our database!\n"; }