JavaScript::Function.3pm

Langue: en

Autres versions - même langue

Version: 2008-02-15 (ubuntu - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

JavaScript::Function - Reference to a JavaScript function

DESCRIPTION

Functions in JavaScript are actually "Function"-objects. This class encapsulates them and make them invokeable as a code-reference from Perl.

INTERFACE


INSTANCE METHODS

as_function
Returns an code-reference that can be invoked which calls the underlying JavaScript "Function"-object.

OVERLOADED METHODS

Instances of this class overloads "&{}" which means that you can use the instance as a code-reference directlly without having to use "as_function".