To call the methods of an object, one should use the $object_ref->method_name(@args) notation.
Note that internally the method receives $object_ref as its first argument.
Written by Shlomi Fish