I have a list
List = [ins_appServer_APP02@mdiaz,ins_appServer_APP04@mdiaz]
.
and I have an atom that comes as a parameter:
AppServerAtom = ins_appServerAPP02@mdiaz
I need help to search in List
the element that match with AppServerAtom
It is possible to do this with Erlang?