On the new page about NIF http://erlang.org/doc/man/erl_nif.html there is the following: "A better solution for a real module is to take advantage of the new attribute on_load to automatically load the NIF library when the module is loaded." Where can I find an example of how to use this new attribute?