Erlang – now

In this guide, we will discuss Erlang now. This method returns the tuple {MegaSecs, Secs, MicroSecs} which is the elapsed time since 00:00 GMT, January 1, 1970. Syntax now() Parameters…

Continue ReadingErlang – now

Erlang – put

In this guide, we will discuss Erlang Put. This method is used to put a key, value pair in the process dictionary. Syntax put(key,value) Parameters key − The key which needs to be…

Continue ReadingErlang – put