if ( my $e = $EmployeeList->find("holli") ) { print $e->pay, "\n"; } else { print "User not found\n"; }